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 |
---|
ScrollToPosition |
End
Scroll to make a specified segment item at the end of the SfSegmentedControl.
Declaration
public const ScrollToPosition End
Field Value
Type |
---|
ScrollToPosition |
MakeVisible
Scroll to make a specified segment item visible.
Declaration
public const ScrollToPosition MakeVisible
Field Value
Type |
---|
ScrollToPosition |
Start
Scroll to make a specified segment item at the start of the SfSegmentedControl.
Declaration
public const ScrollToPosition Start
Field Value
Type |
---|
ScrollToPosition |