
looking for tree/table control
If you go to Project/Components and add in Microsoft Windows Common
Controls, you will get a treeview control which can be collapsed and
expanded. I am also new to VB so I'm not sure exactly how to solve your
problem, but this may help.
Quote:
> I'm new to VB and I am looking for a control that basically looks like
> the Categorized tab on the VB6 Properties window. In other words, it
> is a grid, where the first column has a tree embedded in it.
Although
> the Properties window only has a one level tree, I need one with an
> arbitrary number of levels. Please note that this is different from
> the explorer-like controls where there are two separate panes.
> It appears that you can use FlexGrids to merge together cells with the
> same value to achieve a similar effect, but I need something which I
> can expand/collapse. Also, the non-tree cells need to be editable.
> P.S. In the Java world, they call these controls TreeTables.
> Thanks,
> -Andy
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.