Category: Gallery

Editable Gallery - How to set a control value dynamically when a user changes the value of another control

Learn how to set control values dynamically in a gallery without unintentionally changing all rows in the gallery.

Example - How to build hard-coded/data driven menus

Building data driven menu structures can be very beneficial. They can improve app performance, and we can better customise menus by filtering items by user, or by storing the menu item in data source. This post walks through an example of how to build a data driven menu structure

Gallery - How to conditionally set the row background color in a gallery control

To help users more easily identify rows in gallery controls, we can conditionally highlight notable rows. This post describes how to carry out this task.