StructuredItemsView.ItemsLayout Eigenschap

Definitie

Hiermee haalt u de indelingsstrategie op die wordt gebruikt om items in de weergave te rangschikken.

public:
 property Microsoft::Maui::Controls::IItemsLayout ^ ItemsLayout { Microsoft::Maui::Controls::IItemsLayout ^ get(); void set(Microsoft::Maui::Controls::IItemsLayout ^ value); };
public Microsoft.Maui.Controls.IItemsLayout ItemsLayout { get; set; }
member this.ItemsLayout : Microsoft.Maui.Controls.IItemsLayout with get, set
Public Property ItemsLayout As IItemsLayout

Waarde van eigenschap

Een IItemsLayout die definieert hoe items worden gerangschikt. De standaardwaarde is een verticaal LinearItemsLayout.

Opmerkingen

Gebruiken LinearItemsLayout voor indelingen met één rij of één kolom of GridItemsLayout voor rasters met meerdere kolommen. De indeling bepaalt de schuifrichting en de positie van items ten opzichte van elkaar.

Van toepassing op