Click here to Skip to main content
15,880,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to use the WPF Slider for displaying a thermometer. I tried Slider AutoToolPlacement NOT ToolTip. AutoToolPlacement shows the actual value of the Slider nearby the thumb. That would be fine for me. But value is shown only when Slider is clicked. I search for a possibility, to set Slider's value in programm AND show Slider's value in the Slider's thumb permanently, not only when Slider thumb is clicked. Do you have any idea, or should i use another WPF object?

...
<slider x:name="slider" orientation="Vertical" dockpanel.dock="Right" xmlns:x="#unknown">
AutoToolTipPlacement="TopLeft"
IsSnapToTickEnabled="True" >

...
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900