I'm just learning C# and am following a tutorial.
The tutorial was written for VS2013, but I am doing it in VS15 (Community). It says to drag a NumericUpDown object in from the toolbox in the designer window but it is not listed. I've tried right clicking and looking in the "Choose Items" dialog and, in fact, NumericUpDown is listed and checked but doesn't show up in the toolbox list. All google searches I've found have people saying it shows up but grayed out, mine isn't even there, let alone grayed out. I'm working in a WPF project.
Any suggestions?