Hi, I'm just trying to figure out a way to get the thumb of a slider in WPF, something like so:
Slider mySlider = new Slider();
Thumb thumb = slider.Thumb;
Now I konw it's not possible as simple as this; but there must be a work around this. Let me know if you know any.
Thanks!
EDIT:
Btw, I blogged my problem and solution:
http://wpfdude.blogspot.com/2010/07/rule-of-thumb-sliders-thumb.html