Class TabItemLayoutType
Specifies how to size and arrange tab items when there is not enough space to arrange all the items.
Inheritance
System.Object
TabItemLayoutType
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class TabItemLayoutType : Enum
Fields
MultiLine
Wrap items to next line, if available size is not sufficient to place all the items
Declaration
public const TabItemLayoutType MultiLine
Field Value
Type |
---|
TabItemLayoutType |
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.
Declaration
public const TabItemLayoutType MultiLineStar
Field Value
Type |
---|
TabItemLayoutType |
MultiLineWithFullWidth
Wraps overflowing tab items in multi-line and stretches items in each line to fill any blank space
Declaration
public const TabItemLayoutType MultiLineWithFullWidth
Field Value
Type |
---|
TabItemLayoutType |
SingleLine
Stretches tab item based on width specified. If size is not specified, stretches based on content size
Declaration
public const TabItemLayoutType SingleLine
Field Value
Type |
---|
TabItemLayoutType |
SingleLineStar
Divides available size equally to all tab items
Declaration
public const TabItemLayoutType SingleLineStar
Field Value
Type |
---|
TabItemLayoutType |