Does this control work in UWP?
I've added it to my project as below
<syncfusion:SfRangeSlider />
But I only see a normal slider, I can only select a value between 0 and 100 not a range of values.
I've looked in the SampleBrowser project and although the Editors.Controls.RangeSlider.RangeSlider exists it cannot be navigated to. If I add it to the SampleHelper.cs file it crashes when I select it.
I'm using version 13.3.0.12
Thanks