Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create circular Slider WPF [closed]

I was wondering how to create a scroll that looks something similar to this:

enter image description here

I'm really interested on being able to build one like this, and I'm not sure on what elemnt is this one and how to implement it. I've been searching, but I can't find any information... So any tutorial, guide or clue will be really appreciated.


like image 646
Sonhja Avatar asked Jan 18 '13 10:01

Sonhja


2 Answers

Take a look at "A Knob Slider Control". It doesn't look as nice as your example, but that's just a matter of styling. Maybe you could use it as a starting point?

like image 102
khellang Avatar answered Oct 18 '22 00:10

khellang


See the tutorial of Charles Petzold. It gives a nice introduction how to create curved sliders and scrollbars.

like image 2
Matthias Avatar answered Oct 17 '22 23:10

Matthias