Table of Contents

TTMSFNCTabSetTabSizeMode Enumeration

Controls how tab widths are determined.

API unit family: TMSFNCTabSet

Members

Name Description
tsmAutoSize Each tab sizes to fit its content.
tsmFixedSize All tabs use the fixed width from TabSize.Width.
tsmFixedSizeAutoShrink Tabs use the fixed width but shrink when the control is too narrow to show all tabs.
tsmAutoTabSize Tabs size equally to fill the full width of the tab strip.