I want to display the value of a slider as the user moves the slider up and down. Is that possible?
Awesome! Thanks
Erwin J.
2010-10-27 03:53:08
+1
A:
You can implement a Custom ToolTip using Popup. You can update the Popup position as and when the slider moves. Also, this kind of tooltips gives nice UX feedback to the user.
Avatar
2010-10-27 03:51:47
I would use this approach if you need custom formatting on the Popup. If you just need the value displayed then use the AutoToolTip.
Leigh Shayler
2010-10-28 02:08:40