Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollToPosition

    Show / Hide Table of Contents

    Class ScrollToPosition

    Specifies the auto scrolling position of the segment item in SfSegmentedControl.

    Inheritance
    System.Object
    ScrollToPosition
    Namespace: Syncfusion.XForms.Buttons
    Assembly: Syncfusion.Buttons.XForms.dll
    Syntax
    public sealed class ScrollToPosition : Enum

    Fields

    Center

    Scroll to make a specified segment item at the center of the SfSegmentedControl.

    Declaration
    public const ScrollToPosition Center
    Field Value
    Type Description
    ScrollToPosition

    End

    Scroll to make a specified segment item at the end of the SfSegmentedControl.

    Declaration
    public const ScrollToPosition End
    Field Value
    Type Description
    ScrollToPosition

    MakeVisible

    Scroll to make a specified segment item visible.

    Declaration
    public const ScrollToPosition MakeVisible
    Field Value
    Type Description
    ScrollToPosition

    Start

    Scroll to make a specified segment item at the start of the SfSegmentedControl.

    Declaration
    public const ScrollToPosition Start
    Field Value
    Type Description
    ScrollToPosition

    value__

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