Reputation: 499
I have to read a XAML file in a Silverlight application and load controls from the XAML file directly into the Application. How can I do this?
Upvotes: 0
Views: 599
Reputation: 14930
You can do it, check out this thread:
http://forums.silverlight.net/forums/t/1611.aspx
Also, checkout the XamlReader class
Upvotes: 1