menu

WPF

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

    Show / Hide Table of Contents

    Enum TabItemLayoutType

    Specifies how to size and arrange tab items when there is not enough space to arrange all the items.

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public enum TabItemLayoutType

    Fields

    Name Description
    MultiLine

    Wrap items to next line, if available size is not sufficient to place all the items

    MultiLineStar

    Wraps overflowing tab items smartly in such a way that, items are equally distributed in each row. Additionally it fills any blank space in each rows.

    MultiLineWithFullWidth

    Wraps overflowing tab items in multi-line and stretches items in each line to fill any blank space

    SingleLine

    Stretches tab item based on width specified. If size is not specified, stretches based on content size

    SingleLineStar

    Divides available size equally to all tab items

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