Reputation: 3434
Where can I find a reference for definitions and examples of all WPF controls. I'm new to WPF and much confused with the usage of majority of controls (such as canvas, stackpanel, winformshost, wrappanel, dockpanel, contentconstrol.) In WinForms, we didn't have that many controls. Googled for wpf control definitions and usage, but found nothing.
Upvotes: 4
Views: 2723
Reputation: 629
Please visit the link
http://wpftutorial.net/Layout.html
Here you will find the code samples as well as the explanation.
Upvotes: 0
Reputation: 1690
MSDN Control Library is always a good start.
I also found this site useful when I began using WPF.
Upvotes: 2
Reputation: 6778
Start here: Windows Presentation Foundation for general WPF information.
For info specifically on controls: Controls by Category
The msdn site is probably your first best option to find out about WPF.
Upvotes: 4