
When set to false, screen readers identify the gallery as a regular list, and selecting an item doesn't select it. When set to true, screen readers identify the gallery as a selectable list. Selectable – Whether gallery items can be selected. NavigationStep – How far a gallery scrolls if its ShowNavigation property is set to true and the user selects a navigation arrow at either end of that gallery. LoadingSpinnerColor - The fill color of the loading spinner. When Controls | Data, spinner will be shown when a render pass occurs that results in visible empty rows. LoadingSpinner ( None, Controls or Data) - When None, spinner will not be shown. ItemAccessibleLabel – Label of each gallery item for screen readers. Height – The distance between a control's top and bottom edges. Should describe what the list of items are.ĪllItems – All items in a gallery, including additional control values that are a part of the gallery's template.īorderColor – The color of a control's border.īorderStyle – Whether a control's border is Solid, Dashed, Dotted, or None.īorderThickness – The thickness of a control's border.ĭelayItemLoading - Delay loading of items (rows) until after the screen first loads.ĭisplayMode – Whether the control allows user input ( Edit), only displays data ( View), or is disabled ( Disabled).įill – The background color of a control. Additional propertiesĪccessibleLabel – Label of the gallery (not the items it contains) for screen readers. Items – The source of data that appears in a control such as a gallery, a list, or a chart.

Key propertiesĭefault – The item or record from the data source to be selected in the gallery when the app starts up. To avoid this issue, use a standard Gallery control instead of the Flexible height variant. If a user scrolls the Flexible height gallery control before all items are loaded, the item that's currently in view may be pushed down and out of view when the data loading is finished. Predefined templates for showing images and text in a gallery are available, and a gallery for variable-height items.

A control that contains other controls and shows a set of data.
