menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ScrollToPosition - API Reference

    Show / Hide Table of Contents

    Enum ScrollToPosition

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

    Namespace: Syncfusion.XForms.WPF.Buttons
    Assembly: Syncfusion.Buttons.XForms.WPF.dll
    Syntax
    public enum ScrollToPosition

    Fields

    Name Description
    Center

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

    End

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

    MakeVisible

    Scroll to make a specified segment item visible.

    Start

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

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved