When using the WPF Slider, in order to get any kind of discrete functionality, you must set the IsSnapToTickEnabled
property to true. However, the value you set for TickFrequency
controls not only where the slider snaps, but also where the ticks are drawn. How do I go about snapping to every whole number (i.e. TickFrequency
=1) but only having ticks at every 5th or 10th number?