-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.WrapGrid.MaximumRowsOrColumns |
winrt property |
Gets or sets a value that influences the wrap point, also accounting for Orientation.
<WrapGrid MaximumRowsOrColumns="int" />
The maximum rows or columns that this WrapGrid should present before it introduces wrapping to the layout. The default is -1, which is a special value that indicates no maximum.