Using the TreeView control

  • Thread starter Thread starter Dan Demers
  • Start date Start date
D

Dan Demers

What I want to accomplish is an Outlook style (called Folder View in
outlook) TreeView. Using a Split Container, with the TreeView on the
left side, I want to show controls on the right side depending on what
node is selected on the left side with the Treeview.

At first I thought this would be a simple task, however after a few
failed attempts I can't seem to figure out how this can be accomplished.
 
Well I am curious as to what the best way is to show controls/content. I
have been using Panels, but the more different kinds of treenodes I have the
more confusing it is getting.
 
You can assign Panel to node Tag and show it when needed.

If you construct pages/controls from some kind of templates, you can assign
template (complete, only id, reference to instance) to node Tag and use it
when needed

HTH
Alex
 
Back
Top