❔ ❔ WPF Slider
How do you make it when you display volume in a slider, that it will only show you 0 - 5 - 10 etc?
I have this:
lblSliderWaardes.Content = "Volume: " + Math.Round(sldVolume.Value);
4 Replies
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Can you rephrase your question so it is understandable?
in XAML, you can try using the
IsSnapToTickEnabled
and TickFrequency
properties
Like this
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.