Lezen in het Engels

Share via


WrapGrid.MaximumRowsOrColumns Property

Definition

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

public int MaximumRowsOrColumns { get; set; }
<WrapGrid MaximumRowsOrColumns="int" />

Property Value

Int32

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.

Applies to