ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / MaximumRowsOrColumns Property

In This Topic
    MaximumRowsOrColumns Property (C1TileControl)
    In This Topic
    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 Integer
    public 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