I want to display the value of a slider as the user moves the slider up and down. Is that possible?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Seems you can do this AutoToolTipPlacement="BottomRight" |
||||
|
|
|
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. |
|||||
|