TabStripTabOverflowStyle Enum
Specifies the tab overflow style of a TabStrip control.
public enum TabStripTabOverflowStyle
Fields
| Name | Description |
|---|---|
| None | Take no action to make the tabs all fit within the control. |
| ScrollButtons | Uses scroll buttons to allow tab scrolling. |
| ShrinkToFit | Makes the tabs shrink to fit within the control. |