Class OverflowMode
Describes the possible values for overflow mode. These values are used to update the header layout in SfTabView control, based on that pagination for excess tabs can be displayed.
Inheritance
System.Object
OverflowMode
Namespace: Syncfusion.XForms.TabView
Assembly: Syncfusion.SfTabView.XForms.dll
Syntax
public sealed class OverflowMode : Enum
Fields
CenterButton
Enables the Center Button
Declaration
public const OverflowMode CenterButton
Field Value
Type |
---|
OverflowMode |
DropDown
Specifies the expandable more drop down menu.
Declaration
public const OverflowMode DropDown
Field Value
Type |
---|
OverflowMode |
Scroll
Specifies the scrollable header to view the excess tabs.
Declaration
public const OverflowMode Scroll
Field Value
Type |
---|
OverflowMode |