Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / MaxRowCount Property

In This Topic
    MaxRowCount Property
    In This Topic
    Gets or sets the maximum number of tab rows for multi-line docking tab control.
    Syntax
    'Declaration
     
    
    Public Property MaxRowCount As Integer
    public int MaxRowCount {get; set;}
    Remarks
    Works only when MultiLine property is set to true. When this property is assigned a negative value or 0, the maximum number of rows is unlimited.
    See Also