
Some features of CTsyslistviewex, class derived from CListCtrl:
Some features of CTreeMultiColumnCtrl, class derived from CTsyslistviewex:
Sample:
I suppose that the tree control has 2 columns, name and description:
If the user calls:
control.Fill("Root1%Description of root1(Child1%DChild1,Child2%DChild2),Root2%3,Root3")
The control will contain something like this:
+ Root1 | Description of root1
Child1 | DChild1
CHild2 | DChild2
+ Root2 | 3
Root3
Date Posted: 07/08/98