-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.ItemsWrapGrid.MaximumRowsOrColumns |
winrt property |
Gets or sets a value that influences the wrap point, also accounting for Orientation.
<ItemsWrapGrid MaximumRowsOrColumns="int" />
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.