
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