Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 717 Bytes

itemswrapgrid_maximumrowsorcolumns.md

File metadata and controls

30 lines (19 loc) · 717 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ItemsWrapGrid.MaximumRowsOrColumns
winrt property

Windows.UI.Xaml.Controls.ItemsWrapGrid.MaximumRowsOrColumns

-description

Gets or sets a value that influences the wrap point, also accounting for Orientation.

-xaml-syntax

<ItemsWrapGrid MaximumRowsOrColumns="int" />

-property-value

The maximum rows or columns that this ItemsWrapGrid should present before it introduces wrapping to the layout. The default is -1, which is a special value that indicates no maximum.

-remarks

-examples

-see-also