Gets or sets a value determining how tabs will be sized. Deprecated property.
object.SizeMode = [value]
from version 11.0. Refer to Deprecated and Obsolete items for additional information.
Use this property to determine how tabs will be spaced in the control.
The SizeMode property options are:
Constant |
Example |
Description |
Normal |
![]() |
The width of each tab is sized to accommodate what is displayed on the tab, and the size of tabs are not adjusted to fill the entire width of the container control. (Default) |
FillToRight |
![]() |
The width of each tab is sized so that each row of tabs fills the entire width of the container control. This is only applicable to tab controls where the Multiline property is set to true. |
Fixed |
![]() |
All tabs in a control are the same width, regardless of the length of their caption. |
Alignment property | MultiLine property
© 2004-2021 looksoftware. All rights reserved.