2

我有一个奇怪的问题。我过去在我的 C# 中使用过 Slider 控件,但现在它不见了。我在引用列表中找不到 System.Windows.Controls,当我尝试添加它时,它不会显示在“.NET”选项卡中。它更奇怪,因为我认为没有任何其他控件丢失。如何恢复 Slider 控件?

4

1 回答 1

15

You can try this:

  1. Right click on the Toolbox and select "Choose Items..." from the context menu.
  2. In the ".NET Framework Components" tab, check if TrackBar is selected.

enter image description here

And if is not selected, you should select it.

MSDN link:

WinForms TrackBar:

http://msdn.microsoft.com/en-us/library/system.windows.forms.trackbar(v=vs.100).aspx

于 2012-11-14T19:22:00.670 回答