views:

451

answers:

1

Hello,

I'm pretty new to WPF however i've got a solid understanding of WindowsForms. When I create a new WinForms application in Visual Studio the Toolbox displays a huge list of different controls that can be used for developing the program.

However, this is only the second time i've started to design stuff in WPF and the toolbox is literally only showing a few of the common controls - things like text boxes and buttons and not much else.

I've create a WPF app before in which i dragged a flow document onto the grid and played around with its capabilities, but that doesn't seem to be there.

No idea why this is happening? Something not loading correctly?

Any help would be greatly appreciated!

A: 

You can reset the toolbox to its original state using the Choose Toolbox Items Dialog.

Be aware, though - WPF has far fewer controls in the Toolbox than Windows Forms. By default, there will not be many controls available, especially if you're comparing it against a windows forms control/form.

Reed Copsey