All pages
Powered by GitBook
1 of 1

Loading...

TabSizeMode

Wisej.Web.TabSizeMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Specifies how tabs in a TabControl are sized.

public enum TabSizeMode : Enum
Public Enum TabSizeMode As [Enum]

Fields

Name
Description

Used By

Name
Description

Center

Tab buttons are centered within the width of the TabControl.

Fill

The width of each tab button is sized to fill the entire width of the TabControl.

Fixed

All tab buttons use the same width (or height when vertically aligned).

Normal

The width (or height when vertically aligned) of each tab button is sized to accommodate its content.

TabControl.SizeMode

Returns 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.SizeMode

Returns or sets whether the tab buttons should fill the control's size, or placed in the center, or aligned to the left.