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

From Yggenyk
Jump to navigation Jump to search
Line 105: Line 105:
==Performance profiling tools==
==Performance profiling tools==
* [http://msdn.microsoft.com/en-us/library/ms742404.aspx Windows Presentation Foundation Tools]
* [http://msdn.microsoft.com/en-us/library/ms742404.aspx Windows Presentation Foundation Tools]
==Performance guide==
* [http://msdn.microsoft.com/en-us/library/ms998530.aspx Improving .NET Application Performance and Scalability]


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

Revision as of 08:23, 16 September 2009

Demonstration Videos

Windows Forms Controls and Equivalent WPF Controls

Tutorials

DependencyObject and DependencyProperty

Tree View

Photo scroll

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

Developing and testing Guides

Performance profiling tools

Performance guide

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