Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 767 Bytes

variablesizedwrapgrid_maximumrowsorcolumns.md

File metadata and controls

28 lines (19 loc) · 767 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.VariableSizedWrapGrid.MaximumRowsOrColumns
winrt property

Microsoft.UI.Xaml.Controls.VariableSizedWrapGrid.MaximumRowsOrColumns

-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