Looking for a 3rd party Treeview/Listview control 
Author Message
 Looking for a 3rd party Treeview/Listview control

Hey all,

I'm looking for a control that combines the best elements of the treeview
and listview controls.  A good example would be the control microsoft uses
in the Locals window of the VB de{*filter*}.  I have hierarchical data that I
need displayed in multiple columns.  A treeview wont cut it since I can only
display one item of text and the listview doesn't allow for hierarchy.

Does such a beast exist?  I've never seen anything like it from MS so I'm
assuming it need be third-party.

Once again, any help would be greatly appreciated...

Jason



Mon, 08 Sep 2003 01:35:01 GMT  
 Looking for a 3rd party Treeview/Listview control
I believe the MS Hierarchical FlexGrid will do what you're looking for and
it's free with VB 6.0


Quote:
> Hey all,

> I'm looking for a control that combines the best elements of the treeview
> and listview controls.  A good example would be the control microsoft uses
> in the Locals window of the VB de{*filter*}.  I have hierarchical data that I
> need displayed in multiple columns.  A treeview wont cut it since I can
only
> display one item of text and the listview doesn't allow for hierarchy.

> Does such a beast exist?  I've never seen anything like it from MS so I'm
> assuming it need be third-party.

> Once again, any help would be greatly appreciated...

> Jason



Mon, 08 Sep 2003 04:48:40 GMT  
 Looking for a 3rd party Treeview/Listview control

Quote:
> I'm looking for a control that combines the best elements
> of the treeview and listview controls.

Check out our TList 6/Pro  ( www.Bennet-Tec.Com/TList.htm )

TList can be used as
      a List,
      a Tree,
      a Grid,
      a Tree with multiple columns,
      or a tree with subordinate grids.

TList supports
     Formatting ( fonts, colors, images, ...) on a cell by cell basis,
     RTF Formatting (character by character)
     In Place Editing
     Printing
     Saving to File
     Clipboard
     Drag and Drop
     Search
     Sort....

TList also has an MS TreeView compatibility layer so if you have existing MS
TreeView code you can update to TList in seconds and then just add the
features you need.

You can download the installation kit and run in demonstration mode for 30
days for evaluation purposes.

Feel free to write to us directly if you have any questions.

        Jeff Bennett

        *    Bennet-Tec Information Systems, Inc
        *    50 Jericho Tpk, Jericho, NY 11753
        *    Phone 516 997 5596,  Fax - 5597
        *    RELIABLE Custom Controls Make You Look Sharp!
        *    TList/Pro    *    ALLText HT/Pro    *    MetaDraw    *
        *    Custom Software Development Services Too.
        *    WWW.Bennet-Tec.Com

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * *


Quote:
> Hey all,

> I'm looking for a control that combines the best elements of the treeview
> and listview controls.  A good example would be the control microsoft uses
> in the Locals window of the VB de{*filter*}.  I have hierarchical data that I
> need displayed in multiple columns.  A treeview wont cut it since I can
only
> display one item of text and the listview doesn't allow for hierarchy.

> Does such a beast exist?  I've never seen anything like it from MS so I'm
> assuming it need be third-party.

> Once again, any help would be greatly appreciated...

> Jason



Mon, 08 Sep 2003 06:28:46 GMT  
 Looking for a 3rd party Treeview/Listview control
The vsFlexGrid can combine the both as it allows for a column to be a
tree-type column (with nodes and level indenting and +/- expand/collapse).
I'm developing a new module here where I needed exactly that behavior:
column one is a tree, with three other columns for data. Workds quite well.
Check http://www.*-*-*.com/ for a free evaluation copy. That's the
vsFlexGrid Pro 7. The msFlexGrid is a subset based on it.


Quote:
> Hey all,

> I'm looking for a control that combines the best elements of the treeview
> and listview controls.  A good example would be the control microsoft uses
> in the Locals window of the VB de{*filter*}.  I have hierarchical data that I
> need displayed in multiple columns.  A treeview wont cut it since I can
only
> display one item of text and the listview doesn't allow for hierarchy.

> Does such a beast exist?  I've never seen anything like it from MS so I'm
> assuming it need be third-party.

> Once again, any help would be greatly appreciated...

> Jason



Thu, 09 Oct 2003 01:38:08 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Looking for User Layout Designer - 3rd Party Control

2. 3rd party Treeview Controls

3. looking for 3rd party grid control with print facility

4. Looking for 3rd party time control

5. Looking For 3rd Party Directory List Box Control

6. I'm looking for 3rd party control

7. 3rd Party Listview controls ...

8. Help Looking for 3rd party or code for phone voice recording

9. Looking for 3rd Party Class Library (Collection Class) for Visual Basic

10. Looking for 3rd Party Class Library (Collection Class) for Visual Basic

11. Commercial / 3rd party replacement for ListView?

12. Licensing 3rd party controls in a User Control

 

 
Powered by phpBB® Forum Software