Controls the automatic sizing of certain objects. This is typically used for the sizing of Tabs in a TabStrip control.
[Visual Basic] Public Enum TabSizeMode [C#] public enum TabSizeMode [C++] public enum TabSizeMode
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
FillToRight | indicates that the tags are stretched to ensure they reach the far right of the strip, if necesary. This is only applicable to tab strips with more than one row. |
Fixed | Indicates that all tabs are the same width. period. |
Normal | Indicates that items are only as wide as they need to be to display their information. Empty space on the right is left as such |
Namespace: System.WinForms
Assembly: System.WinForms.dll