Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OverflowMode - Xamarin.Android 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.Android.TabView
    Assembly: Syncfusion.SfTabView.Android.dll
    Syntax
    public sealed class OverflowMode : Enum

    Fields

    CenterButton

    Specifies the expandable more Center button mode.

    Declaration
    public const OverflowMode CenterButton
    Field Value
    Type Description
    OverflowMode

    DropDown

    Specifies the expandable more drop down menu.

    Declaration
    public const OverflowMode DropDown
    Field Value
    Type Description
    OverflowMode

    Scroll

    Specifies the scrollable header to view the excess tabs.

    Declaration
    public const OverflowMode Scroll
    Field Value
    Type Description
    OverflowMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved