简体   繁体   中英

Where can I find the trackbar winforms control in Visual Studio 2017?

I'm currently studying C# but I can't find trackbar.

Trackbar is included in "System.Windows.Forms" but I can not find it.

I'm using Visual Studio 2017 Community 15.7.5 version.

Where can I find the trackbar control in Visual Studio 2017?

Try the following:

Right click on Toolbox, select "Choose Items.."

under ".NET Framework Components" , scrool down to find 'Trackbar', it should be selectable via the tickbox, select the tickbox next to 'Trackbar' then OK.

Also

Tools --> Options --> Windows Forms Designer --> General --> Toolbox, Automatically Populate Toolbox --> True, OK

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM