Slider/Trackbar alternative

sjlewis picture sjlewis · Jan 28, 2011 · Viewed 7.5k times · Source

Anyone know of a custom control that looks like this Volume control http://img806.imageshack.us/img806/9366/volumecontrol.png and works similarly to slider or trackbar?

I tried googling but all I found was this, w/c is similar to the built-in trackbar control in VS2008.

I don't use WPF; just C# 2.0.

Answer

Kernow Steve picture Kernow Steve · Jan 28, 2011

You might be able to modify the code of this control to do what you want.