Does anyone have any idea on how to create a trackbar with multiple sliders in WinForms? I would like to mark a range. Also, is it possible to offset the sliders vertically a li
You can draw your own using ControlPaint to make sure the rendering is consistent with the rest of your UI.
ControlPaint