Need help in the application.

Need help in the application.

15 Apr 2011 04:04:02

Hello sir

 

I am a new bie in this forum and also in wpf devlopement. previously i was working with web application. now i got chance to work on windows application also.

In this i have to create one application in which i have to show one tree view at left side. so i put tree view on left side. and after selection of node, I have to show related window in frame which is at right side of page.

I m not getting how to implement this is in my application. i am getting stucked at how to show windows in frame on the selection of node? please help me to solve this issue.

 

Thanks And Regards

Omkar.

Fresh   Boarder
Posts: 1
From 16-Feb-2011
You're Points: 2
Bookmark
re:Need help in the application.16 Apr 2011 22:04:56

Hi,

Its very easy  in WPF, First you have to add a grid control in your main window(WPF) and then create two columns one for treeview and another one for your details frame display.

Within Details frame section, add stack panel as container

So when you are click in treeview node, then create new object for your each frame and add within the stackpanel.

here is sample code to do.

http://learnwpf.com/post/2006/05/08/How-Do-I-Add-a-Splitter-to-my-WPF-Window.aspx

thank you

RRaveen
Gold  Boarder
Posts: 156
From 03-Jun-2009
You're Points: 1106
Bookmark
^ Scroll to Top