c# - Add ThumbToolTip to Slider -


How to add thumbtrip to a slider (I am currently working with Windows Phone 8.1 RT)?

I have tried to set the value to the value (which is also a default value):

  & lt; Slider maximum = "100" value = "10" horizontal align = "stretch" thumbnail type value converter = "{static processing tool tip convection}" instoflotipiped = "true" />   

But no tooltip was shown. I can think of creating a control and tie it to the value of the slider, but can it be an easy way? Windows Phone 8.1

Default ThumbToolTip is not available for < / Em>.

Windows 10 UWP applications work fine

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -