WPF and XAML - Links to documents and tutorials: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
Line 15: Line 15:
* [http://msdn.microsoft.com/da-dk/magazine/cc785479(en-us).aspx Prism - Patterns For Building Composite Applications With WPF - Glenn Block]
* [http://msdn.microsoft.com/da-dk/magazine/cc785479(en-us).aspx Prism - Patterns For Building Composite Applications With WPF - Glenn Block]


* [http://www.codeproject.com/KB/WPF/BeginWPF1.aspx WPF: A Beginner's Guide - Part 1 of n - Sacha Barber] XAML and how it is used in WPF applications.
* [http://www.codeproject.com/KB/WPF/GuidedTourWPF_1.aspx A Guided Tour of WPF – Part 1 (XAML)]
* [http://www.codeproject.com/KB/WPF/BeginWPF2.aspx WPF: A Beginner's Guide - Part 2 of n - Sacha Barber] Layout panels and how they are used to construct user interfaces.
* [http://www.codeproject.com/KB/WPF/GuidedTourWPF_2.aspx A Guided Tour of WPF – Part 2 (Layout)]
* [http://www.codeproject.com/KB/WPF/BeginWPF3.aspx WPF: A Beginner's Guide - Part 3 of n - Sacha Barber] WPF data binding works and how it can be used.
* [http://www.codeproject.com/KB/WPF/GuidedTourWPF_3.aspx A Guided Tour of WPF – Part 3 (Data binding)]
* [http://www.codeproject.com/KB/WPF/BeginWPF4.aspx WPF: A Beginner's Guide - Part 4 of n - Sacha Barber] Data templates and triggers work and how they can be used.
* [http://www.codeproject.com/KB/WPF/GuidedTourWPF_4.aspx A Guided Tour of WPF – Part 4 (Data templates and triggers)]
* [http://www.codeproject.com/KB/WPF/BeginWPF5.aspx WPF: A Beginner's Guide - Part 5 of n - Sacha Barber] How UIs can be styled in WPF.
* [http://www.codeproject.com/KB/WPF/GuidedTourWPF_5.aspx A Guided Tour of WPF – Part 5 (Styles)]
 
* [http://www.codeproject.com/KB/WPF/BeginWPF1.aspx WPF: A Beginner's Guide - Part 1 of n - Sacha Barber]  
* [http://www.codeproject.com/KB/WPF/BeginWPF2.aspx WPF: A Beginner's Guide - Part 2 of n - Sacha Barber]
* [http://www.codeproject.com/KB/WPF/BeginWPF3.aspx WPF: A Beginner's Guide - Part 3 of n - Sacha Barber]
* [http://www.codeproject.com/KB/WPF/BeginWPF4.aspx WPF: A Beginner's Guide - Part 4 of n - Sacha Barber]
* [http://www.codeproject.com/KB/WPF/BeginWPF5.aspx WPF: A Beginner's Guide - Part 5 of n - Sacha Barber]


===Tree View===
===Tree View===

Revision as of 05:34, 8 September 2009

Demonstration Videos

Windows Forms Controls and Equivalent WPF Controls

Tutorials

Tree View

Diagram Designer

Colors and gradients

This is a page that will create a gradient (gradual color change) between 2 RGB colors.

ColorPic

.

Windows Vista Technical Articles

<google>ENGELSK</google>

ListView

Buttons

Threads in WPF

WPF Cross-Thread Collection Binding

Validation of TextBoxes

Shutting down the application

RelativeSources (and sizes) in XAML

Context sensitive help and .chm files

Performance profiling tools

User controls

WPF user controls can't be used if their Assembly name contains spaces.
You will get error: mc3074 if the xmlns url contains spaces.

id=siteTree