G
Guest
Hello,
I have a tree view with a few nodes, an example is illustrated below:
Customer Info.
Ticket History
Misc. Notes
The TreeView is on the left hand. I have figured out which node is selected by using the e.Node.Text property. Now what I would like to do is to be able to display the appropriate information (which will appear on the right hand side of the widnows form) that the user has selected on the TreeView. For example, if the user selects the Ticket History, the user will then be able to see a ticket history for the customer on the right hand side of the Windows Form.
My question is what is a good way to implement this? I want to have something similar to a TabPage such as that a user clicks on a TabPage he/she will see the appropriate info on that tab page!
Does anyone out there have any information as to how I can acheive this? Any advice, example or links on the net will be greatly appreciated!
I have a tree view with a few nodes, an example is illustrated below:
Customer Info.
Ticket History
Misc. Notes
The TreeView is on the left hand. I have figured out which node is selected by using the e.Node.Text property. Now what I would like to do is to be able to display the appropriate information (which will appear on the right hand side of the widnows form) that the user has selected on the TreeView. For example, if the user selects the Ticket History, the user will then be able to see a ticket history for the customer on the right hand side of the Windows Form.
My question is what is a good way to implement this? I want to have something similar to a TabPage such as that a user clicks on a TabPage he/she will see the appropriate info on that tab page!
Does anyone out there have any information as to how I can acheive this? Any advice, example or links on the net will be greatly appreciated!