Hi,
trying to use some of the controls and can't seem to get it to work.
I am working in VB 2012 creating a winrt app. I am trying to use the range slider control. I included the dll for input and the shared dll as references. I have added the following onto my layoutawarepage:
xmlns:Input="using:Syncfusion.UI.Xaml.Controls.Input"
added the control into a stackpanel:
<Input:SfRangeSlider Width="500" Height="50" HorizontalAlignment="Center" VerticalAlignment="Center" Minimum="0" Maximum="100"/>
it takes up the space, but no control appears, either in the designer or by running it.
What am I missing?