looking for tree/table control 
Author Message
 looking for tree/table control

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.*-*-*.com/
Share what you know. Learn what you don't.



Sat, 15 Dec 2001 03:00:00 GMT  
 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.


Sun, 16 Dec 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Looking for Tree View Control - 16 bit

2. Looking for a Data Aware Outline and/or Tree control

3. looking for a good & complete tree control

4. Looking for a control to navigate through directory tree

5. Looking for Hierarchial Tree/List Control

6. looking for enhanced tree control

7. How do Load access table into tree control

8. Looking for a Simple Grid control (functions like a MS Word Table)

9. Looking for a Pivot Table like ActiveX control for my VB 6.0 applications

10. looking for a table control that allows in cell editing at run time

11. need to duplicate Outlook97's folder tree look

12. The MSDN tree (table of content)

 

 
Powered by phpBB® Forum Software