NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabSizeMode Enumeration

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.

Members

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

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace