Show / Hide Table of Contents

Enum TabSizing

Represents the sizing behavior of tabs.

Namespace: Manina.Windows.Forms
Assembly: TabControl.dll
Syntax
public enum TabSizing

Fields

Name Description
AutoFit

Tabs are automatically sized to fit their texts.

Fixed

Tabs are fixed size which is defined by the TabSize.

Stretch

Tabs are stretched to fit the entire tab area.

Back to top Copyright © 2018 Özgür Özçıtak