0

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.

user594979
  • 115
  • 4
  • 16
  • Question is not very clear. Can you provide more info? – Mamta D Mar 07 '11 at 11:15
  • @Mamta Dalal. as shown in given link on tree selection change event i can load different swf files on a single page..is there any way in silverlight with that i can load multiple xaml files on same page.? – user594979 Mar 07 '11 at 11:35

3 Answers3

1

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

Derek Beattie
  • 9,429
  • 4
  • 30
  • 44
0

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!

Morvader
  • 2,317
  • 3
  • 31
  • 44
  • as shown in given link on tree selection change event i can load different swf files on a single page..is there any way in silverlight with that i can load multiple xaml files on same page.? – user594979 Mar 07 '11 at 11:36
  • @user594979: In that case, have a look at [this](http://stackoverflow.com/questions/4791270/wpf-custom-control-question/4791332#4791332) – Morvader Mar 07 '11 at 11:44
0

How to make items in a DockPanel expand to fit all available space in WPF?

Community
  • 1
  • 1
arx
  • 16,686
  • 2
  • 44
  • 61