Windows.UI.Xaml.Controls.VariableSizedWrapGrid.MaximumRowsOrColumns

June 22, 2022 ยท View on GitHub

-description

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

-xaml-syntax

<VariableSizedWrapGrid MaximumRowsOrColumns="int" />

-property-value

The maximum rows or columns that this VariableSizedWrapGrid 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