By default the AutoToolTip only shows up when the users click the thumb, but I want to be able to show it as soon as the mouse is over the thumb (without clicking). Is this possible?
+1
A:
Hi
I wrote this simple code, and when mouse is over slider(all parts) tool-tip is shown Quickly.
<Slider Width="100"
VerticalAlignment="Top" ToolTip="HI ITS ME" />
So I guess you have use template for your slider or use tooltip-service kind which can be disable default setting!
Test that, I hope help you
Regards Rev
Rev
2010-07-10 17:38:53