WrapGrid.MaximumRowsOrColumns Property

Definition

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

public:
 property int MaximumRowsOrColumns { int get(); void set(int value); };
int MaximumRowsOrColumns();

void MaximumRowsOrColumns(int value);
public int MaximumRowsOrColumns { get; set; }
var int32 = wrapGrid.maximumRowsOrColumns;
wrapGrid.maximumRowsOrColumns = int32;
Public Property MaximumRowsOrColumns As Integer
<WrapGrid MaximumRowsOrColumns="int" />

Property Value

Int32

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.

Applies to