开发者

divide xaml page in different parts

开发者 https://www.devze.com 2023-02-15 10:50 出处:网络
i wa开发者_Python百科nt 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 vie

i wa开发者_Python百科nt 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.


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


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!


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

0

精彩评论

暂无评论...
验证码 换一张
取 消