Having trouble getting help?
Contact Support
Contact Support
Positioning SfRangeSlider in UWP Range Slider (SfRangeSlider)
10 May 20211 minute to read
The Orientation property has the following two options.
- Horizontal
- Vertical
The default option is Horizontal.
The following code sample shows how to set Vertical Orientation to SfRangeSlider.
<editors:SfRangeSlider x:Name="rangeSlider" Height="200" HorizontalAlignment="Center" Minimum="0" Maximum="100" Value="50" Orientation="Vertical" />
rangeSlider.Orientation = Orientation.Vertical;
rangeSlider.Orientation = Orientation.Vertical