WrapGrid.MaximumRowsOrColumns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.