Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
625
xamNumericSlider snap to integer values
posted

How should the xamNumeric Slider be configured to ensure that the thumb snaps to integer values? I have configure the XAML as follows:

<ig:XamNumericSlider MaxValue="10" MinValue="1" Value="5">
<ig:XamNumericSlider.TickMarks>
<ig:SliderTickMarks TickMarksFrequency="1" IncludeSliderEnds="True"/>
</ig:XamNumericSlider.TickMarks>
</ig:XamNumericSlider>

Also, is it possible to add labels to the tick marks to show the slider value at a particular tick mark?