We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Using SfRangeSlider to set a single value

I would like to use the SfRangeSlider to set a single value - like the standard Xamarin.Forms.Slider control.

I've got the following XAML:

<range:SfRangeSlider
    x:Name         ="sfSliderOrientation"
    Grid.Row       ="0"
    Grid.Column    ="1"
    HeightRequest  ="90"
    WidthRequest   ="100"
    Minimum        ="0"
    Maximum        ="90"
    Value          ="{Binding Orientation}"
    ShowRange      ="false"
    TickFrequency  ="10"
    SnapsTo        ="Ticks"
    Orientation    ="Horizontal"
    TickPlacement  ="BottomRight" />
 

but the Orientation property on my ViewModel is not being updated when I move the slider. 

What am I doing wrong? 

1 Reply

HM Hemalatha Marikumar Syncfusion Team February 25, 2016 10:40 AM UTC

Hi James,

Thanks for contacting Syncfusion Support.

The reported issue “Binding value is not set in RangeSlider’s Value” has been fixed already and will be available in our 2015 volume 4 service pack 2 release which is expected to be rolled out in first week of March 2016.

Regards,
Hemalatha M.

Loader.
Live Chat Icon For mobile
Up arrow icon