user594979
user594979

Reputation: 115

divide xaml page in different parts

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

Answers (3)

Derek Beattie
Derek Beattie

Reputation: 9478

You could accomplish the loading of multiple xaml files by having multiple navigation frames on a page.

Upvotes: 1

Morvader
Morvader

Reputation: 2313

You should be more specific if you want to get answers that fit your needs.

One way to divide the page is using a dockpanel and you get the behaviour that you describe implementing the TreeView SelectedItemChanged event.

Hope hepls!

Upvotes: 0

Related Questions