[]
Gets or sets the maximum number of tab rows for multi-line docking tab control.
[C1Description("C1DockingTab.MaxTabRows", "The maximum number of tab rows for multi-line docking tab control.")]
[C1Category("Appearance")]
public int MaxRowCount { get; set; }
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.