Skip to main content
Version: 3.5

TabSizeMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how tabs in a TabControl are sized.

public enum TabSizeMode : Enum

Fields

NameDescription
CenterTab buttons are centered within the width of the TabControl.
FillThe width of each tab button is sized to fill the entire width of the TabControl.
FixedAll tab buttons use the same width (or height when vertically aligned).
NormalThe width (or height when vertically aligned) of each tab button is sized to accommodate its content.

Used By

NameDescription
TabControl.SizeModeReturns or sets whether the tab buttons should fill the control's size, or placed in the center, or use the size set in ItemSize.
MdiTabProperties.SizeModeReturns or sets whether the tab buttons should fill the control's size, or placed in the center, or aligned to the left.