Does C# WinForms have a slider control?

Can someone guide me if C# WinForms has a slider control? I see WPF has it but it doesn't show up for me in WinForms what could be the problem?


There's a TrackBar class that looks a little different, but might be what you're looking for.


Check out MAC_Slider