ComponentOne TileControl for WinForms
MaximumRowsOrColumns Property

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > C1TileControl Class : MaximumRowsOrColumns Property
Gets or sets the maximum number of cell rows (for horizontal orientation) or cell columns (for vertical orientation) in automatic layout mode.
Syntax
'Declaration
 
Public Property MaximumRowsOrColumns As System.Integer
public System.int MaximumRowsOrColumns {get; set;}
Remarks
If this property is set to zero, the number of row/columns depends on the actual available space.
See Also

Reference

C1TileControl Class
C1TileControl Members