Enum | +--SizeModepublic class SizeMode
An enumeration class used for tabs.
Fields
Name | Description |
---|---|
FillToRight | Indicates that the tabs are stretched to ensure they reach the far right of the strip, if neccessary. |
Fixed | Indicates that all tabs are the same width. |
Normal | Indicates that tabs are only as wide as they need to be to display their information. |