How to display current Value of slider only while it\'s clicked? Something like tooltip but not on mouse-over.
This code gives me value of slider on mouse-over and i
Instead of explicitly setting a ToolTip, set the AutoToolTipPlacement and AutoToolTipPrecision properties, e.g.
AutoToolTipPlacement
AutoToolTipPrecision
<Slider ... AutoToolTipPlacement="TopLeft" AutoToolTipPrecision="0" />