padmavathi
padmavathi

Reputation: 499

Loading Silverlight controls by reading from XAML File in Silverlight?

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

Answers (1)

Mark
Mark

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

Related Questions