TabStretch Property
Specifies the behavior if the tabs do not fit on the page frame. Available at design time and run time. TabStretch is available only if Tabs is set to true (.T.).
PageFrame.TabStretch[ = nSetting]
Property Values
- nSetting
The settings for the TabStretch property are as followsSetting Description 0 Stack. A second row of tabs is created. 1 (Default) Clip. The tabs are clipped as necessary.
See Also
Tabs Property | TabStyle Property
Applies To: PageFrame