menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OverflowMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved