PDA

View Full Version : Replacement for TreeView



Rasm
11-26-2011, 06:36 AM
All
I have been using both ListView & TreeView - but the 'MSComctlLib' or the common controls in the OCX is unstable - they are a real nightmare - especially if you develop on PCs with different OS.

So I am now using a ListBox to replace my ListView - its ok.

But I am wondering what is a good alternative for TreeView - I show the TreeView with Nodes. I do allow selection of multiple nodes - so I need like checkboxes or something to indicate what is selected.

Any comments will be appreciated.

I would prefer not to use a third party add-in or OCX - But I will if I have to.

Thanks
Rasm

PcMax
11-26-2011, 01:19 PM
158Hi,

I only use Excel 2003, but may include:
First I would try to add the references of the objects used in VBA.
Then follow the instructions of the Annex and enables the two voices.
Note: I first turn of this procedure using the Listview I had complete control (for example, lacked the sort column)

Rasm
11-26-2011, 08:20 PM
PcMax
I can get both ListView and Treeview working - the problem is their long term stability. Since they both are unstable - I have decided to replace them both. But I have not found a component that has the functionality I use in TreeView.

So I am looking for a componet that will replace TreeView. Right now I will be using a combination of ListBox onjects - which is not pretty.

Thanks
Rasm