Reputation: 115
i want to implement this
(this application is made in flex)type of application using silverlight, how can i do this?
basically i want is to divide xaml page in 3 parts.., on tree view selection change right parts of page should change dynamically.
Upvotes: 0
Views: 533
Reputation: 9478
You could accomplish the loading of multiple xaml files by having multiple navigation frames on a page.
Upvotes: 1
Reputation: 16896
How to make items in a DockPanel expand to fit all available space in WPF?
Upvotes: 0