WPF Window & Control Question

~J~

~J~

Soldato
Joined
20 Oct 2003
Posts
7,558
Location
London
Can't believe something so simple has me so baffled!!

Can anyone tell me how I add a WPF "User Control" to a WPF Window in VS2008?

Would have thought it would have appeared in the Toolbox, but nothing is there at all.

Any ideas?
 
Sorted.

If anyone has this problem when using WPF, both control and window need to have the same namespace on them, eg:

PHP:
xmlns:local="clr-namespace:[ApplicationName]">
 
Back
Top Bottom