Xaml




Sun, 07 Jun 2009 00:00:52 -0700

Creating a simple WPF application using Prism: Part 2

by Xaml  @ Sun, 07 Jun 2009 00:00:52 -0700
For our search module, I’ve created a SearchView.xaml and SearchViewModel. with interfaces. Search.xaml.c...

Sun, 07 Jun 2009 00:00:52 -0700

Readymade XAML Styles and Templates

by Xaml  @ Sun, 07 Jun 2009 00:00:52 -0700
I just saw a site which provides these type of templates.I think there will be some more companies or sites which prov...

Sun, 07 Jun 2009 00:00:28 -0700

WPFAQS – Templates in WPF/XAML

by Xaml  @ Sun, 07 Jun 2009 00:00:28 -0700
In this post I will expand my discussion on different types of templates and how they are related to trees. All the ...

Sun, 07 Jun 2009 00:00:28 -0700

Silverlight 3,0 Split styles and templates into different files ...

by Xaml  @ Sun, 07 Jun 2009 00:00:28 -0700
If you want to globally want to merge different resource you can for example do it on a application level by using the Ap...

Sun, 07 Jun 2009 00:00:28 -0700

Tidy Up Your Xaml And Code Behind, Use UserControls Inside Templates

by Xaml  @ Sun, 07 Jun 2009 00:00:28 -0700
So, by encapsulating the template in a UserControl we have achieved 3 things: Both Xaml and Code Behind are cleaner, and you know that if you are looking at Window1.Start 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

Tag: