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. |