Skip to main content
Participant
September 13, 2012
Question

CS4 Tree view

  • September 13, 2012
  • 1 reply
  • 753 views

Hello,

I created treeview in that each node contain 2 PMStrings name and adress. When i select perticular node in tree and click on delete button then selected node will be deleted from list. and also is their any method to interchange two node in tree? How to delele selected tree node from treeView? Is their any method to get index of seleted tree node. Please reply me.

Thanks.

This topic has been closed for replies.

1 reply

Inspiring
September 27, 2012

The treeview model is built on adapter nature, where you supply contents to the tree in form on nodes for it to draw. Study the PanelTreeView SDK example to get the hang of this.

Swapping to nodes means moving them in the hierarchy in the ITreeViewMgr.

ITreeViewController is where you find about selections.