TSRVTabSet.AutoTabWidth

<< Click to display table of contents >>

TSRVTabSet.AutoTabWidth

Specifies how widths of tabs are calculated.

property AutoTabWidth: Boolean;

If True, all tabs have widths wide enough to show their content (icon and text).

If False, widths of all tabs are calculated as SRVTabSet.Width / SRVTabSet.Tabs.Count.

In the both modes, MinTabSize and MaxTabSize are taken into account.

Default value

True