[]
        
(Showing Draft Content)

C1.Win.C1Command.C1DockingTab.MaxRowCount

MaxRowCount Property

MaxRowCount

Gets or sets the maximum number of tab rows for multi-line docking tab control.

Declaration
[C1Description("C1DockingTab.MaxTabRows", "The maximum number of tab rows for multi-line docking tab control.")]
[C1Category("Appearance")]
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.