Home All Groups Group Topic Archive Search About
Author
28 Aug 2006 12:56 PM
Smokey Grindle
does anyone know of any good tree list view controls (for commercial usage)?
I need something that is high quality, and looks similar to the detail view
of the list view and in a tree format... willing to spend money for a
control.. thanks a lot!

Author
28 Aug 2006 1:16 PM
Stuart Nathan
what exactly do you want it to do that the native control does not?
Author
28 Aug 2006 1:27 PM
Smokey Grindle
a tree list view? exactly what it says... a list view that supports a tree
structure... and is not a data grid... I need a tree view that supports sub
items with a column header basically



Show quoteHide quote
"Stuart Nathan" <stuart.nat***@homecall.co.uk> wrote in message
news:uvixtQqyGHA.1288@TK2MSFTNGP03.phx.gbl...
> what exactly do you want it to do that the native control does not?
>
Author
28 Aug 2006 10:34 PM
Grant Frisken
Take a look at Infralution's Virtual Tree.  It supports this plus a lot
more - including the ability to pin (or freeze) columns which is
essential if you have a large number of columns.   It also supports
context sensitive columns - where the columns displayed can depend on
the currently selected item.

You can get more information and download a fully functional evaluation
version from:

www.infralution.com/virtualtree.html

Regards
Grant Frisken
Infralution



Smokey Grindle wrote:
Show quoteHide quote
> a tree list view? exactly what it says... a list view that supports a tree
> structure... and is not a data grid... I need a tree view that supports sub
> items with a column header basically
>
>
>
> "Stuart Nathan" <stuart.nat***@homecall.co.uk> wrote in message
> news:uvixtQqyGHA.1288@TK2MSFTNGP03.phx.gbl...
> > what exactly do you want it to do that the native control does not?
> >
Author
28 Aug 2006 11:50 PM
gene kelley
On Mon, 28 Aug 2006 09:27:01 -0400, "Smokey Grindle" <nospam@dontspamme.com> wrote:

>a tree list view? exactly what it says... a list view that supports a tree
>structure... and is not a data grid... I need a tree view that supports sub
>items with a column header basically
>
>
>
>"Stuart Nathan" <stuart.nat***@homecall.co.uk> wrote in message
>news:uvixtQqyGHA.1288@TK2MSFTNGP03.phx.gbl...
>> what exactly do you want it to do that the native control does not?
>>
>

This perhaps?
http://www.devexpress.com/Products/NET/WinForms/XtraTreeList/Index.xml


Gene
Author
28 Aug 2006 10:50 PM
Herfried K. Wagner [MVP]
"Smokey Grindle" <nospam@dontspamme.com> schrieb:
> does anyone know of any good tree list view controls (for commercial
> usage)? I need something that is high quality, and looks similar to the
> detail view of the list view and in a tree format... willing to spend
> money for a control..

ContainerListView and TreeListView: Writing VS.NET design-surface compatible
controls
<URL:http://www.codeproject.com/cs/miscctrl/extendedlistviews.asp>

TreeListView
<URL:http://www.codeproject.com/cs/miscctrl/TreeListView.asp>

VB.NET TreeListView
<URL:http://www.codeproject.com/vb/net/vbnettreelistview.asp>

Commercial:

<URL:http://www.syncfusion.com/Products/product.aspx?p=5&tab_id=0>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>
Author
29 Aug 2006 9:24 AM
Andreas Mueller
Smokey Grindle wrote:

> does anyone know of any good tree list view controls (for commercial usage)?
> I need something that is high quality, and looks similar to the detail view
> of the list view and in a tree format... willing to spend money for a
> control.. thanks a lot!
>
>

That's what we are using:

http://www.infragistics.com/Products/NetAdvantage/WinForms/default.aspx



--
You can email me directly by removing the NOSPAm below
xmenNOSPAm40@gmxNOSPAm.netNOSPAm
Author
3 Sep 2006 3:48 AM
jeff
Smokey Grindle wrote:
    > does anyone know of any good tree list view controls (for
commercial usage)?
    > I need something that is high quality, and looks similar to the
detail view
    > of the list view and in a tree format... willing to spend money
for a
    > control.. thanks a lot!

Take a look at our TList component
   www.Bennet-Tec.com/btproducts/TList/TList.htm

* * Please include a copy of this message with your reply

    Jeff Bennett
    J***@Bennet-Tec.Com

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

===================     ===================
Author
5 Nov 2006 9:35 PM
Sorin Dolha
DlhSoft DataTreeGridView control (http://DlhSoft.com/HierarchicalData)
inherits behavior and UI from DataGridView but provides support for showing a
treeview in one column (at your choice). The most interesting part is that
(unline other free solutions) it supports databinding including for
indentation level and is expanded properties of the tree nodes (rows).

--
Sorin Dolha, DlhSoft


Show quoteHide quote
"Smokey Grindle" wrote:

> does anyone know of any good tree list view controls (for commercial usage)?
> I need something that is high quality, and looks similar to the detail view
> of the list view and in a tree format... willing to spend money for a
> control.. thanks a lot!
>
>
>
Author
5 Nov 2006 9:45 PM
Luqman
You can also try componentone True DB Grid at www.componentone.com

Best Regards,

Luqman

Show quoteHide quote
"Sorin Dolha" <sdolha@community.nospam> wrote in message
news:37A04FD9-52D1-4D26-9429-79B3D1C030DE@microsoft.com...
> DlhSoft DataTreeGridView control (http://DlhSoft.com/HierarchicalData)
> inherits behavior and UI from DataGridView but provides support for
> showing a
> treeview in one column (at your choice). The most interesting part is that
> (unline other free solutions) it supports databinding including for
> indentation level and is expanded properties of the tree nodes (rows).
>
> --
> Sorin Dolha, DlhSoft
>
>
> "Smokey Grindle" wrote:
>
>> does anyone know of any good tree list view controls (for commercial
>> usage)?
>> I need something that is high quality, and looks similar to the detail
>> view
>> of the list view and in a tree format... willing to spend money for a
>> control.. thanks a lot!
>>
>>
>>