tags:

views:

19

answers:

1

I have to read an XAML file in a Silverlight application and load controls from the Xaml File directly into the Application. How can I do this?

+1  A: 

You can do it, check out this thread:

http://forums.silverlight.net/forums/t/1611.aspx

Also, checkout the XamlReader class

Mark