开发者

Does C# WinForms have a slider control?

开发者 https://www.devze.com 2023-02-28 04:19 出处:网络
Can someone guide me if C# WinForms has a slider control? I see WPF has it but it doesn\'t show up for me i开发者_运维问答n WinForms what could be the problem?There\'s a TrackBar class that looks a li

Can someone guide me if C# WinForms has a slider control? I see WPF has it but it doesn't show up for me i开发者_运维问答n 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


Maybe adding "true" to the autoscroll property in a form or panel, this enables a scroll Bar to scroll between the content


I found this one on Codeproject friendly to use and very customizable. Below an example of slider done using this project (design is not up to date, sample only to show features).

Does C# WinForms have a slider control?


If your looking for a better looking trackbar in C# winforms use Siticone or Guana. You can change the color of the trackbar and lots more hope this helps :)

0

精彩评论

暂无评论...
验证码 换一张
取 消