menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TabSizeMode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum TabSizeMode

    Specifies the sizing mode of a TabControlAdv class.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum TabSizeMode

    Fields

    Name Description
    FillToRight

    The width of each tab is sized so that each row of tabs fills the entire width of the container control. This is only applicable to tab controls with more than one row.

    Fixed

    All tabs in a control are of the same width.

    Normal

    The width of each tab is sized to accommodate what is displayed on the tab, and the size of tabs in a row are not adjusted to fill the entire width of the container control.

    ShrinkToFit

    The width of each tab is shrunk so that all the tabs are visible. This property can be set only when in single-line mode.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved