TreeCtrl With multiple columns

Hi All,

I'm trying to manage a tree which has more than one column. In the other columns i would like to control features of the tree.

for example: my tree contains list of tests to run. i want another column to select number of itterations for each test (as drop down selection or text insertion).

any suggestions? (a very small example is highly appreciated....)

Thanks in advance,
Roy.

···

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! http://search.msn.com/

Did you check out the TreeListCtrl? It’s a combination of a tree control and a list control. Also be sure to check out Andrea’s CustomTreeCtrl which allows you to add any kind of widget as tree node. Both widgets are part of the wxPython demo.

Cheers, Frank

···

2007/2/4, ROY ZINN royzinn@hotmail.com:

Hi All,

I’m trying to manage a tree which has more than one column. In the other
columns i would like to control features of the tree.

for example: my tree contains list of tests to run. i want another column to

select number of itterations for each test (as drop down selection or text
insertion).