Silverlight Tip of the Day #60 – How to load a XAML Control From a ... by Wpf

Sun, 20 Sep 2009 00:00:22 -0600

Silverlight Tip of the Day #60 – How to load a XAML Control From a ...

by Wpf @ Sun, 20 Sep 2009 00:00:22 -0600



If you have a control written in XAML that is included in your project you can load and create it directly from file by using the method: System.Windows.Markup.XamlReader.Load().This method can also be used to directly create a ...