Windows.UI.Xaml.Controls.ItemsWrapGrid.Orientation

June 22, 2022 · View on GitHub

-description

Gets or sets the dimension by which child elements are stacked.

-xaml-syntax

ItemsWrapGrid Orientation="orientationMemberName" />

-property-value

One of the enumeration values that specifies the orientation of child elements. The default is Vertical.

-remarks

Note

ItemsWrapGrid is the default ItemsPanel for GridView. For Universal Windows Platform (UWP) app on Windows 10, the default GridView template sets the Orientation to Horizontal.

-examples

-see-also