Looking for a free ListView/DataGrid control with tree capabilities

A

Avital

Hi all,

I'm looking for a free ListView or DataGrid extended control with tree
capabilities.
There a few ones out there
In the codeproject web site, for example:

http://www.codeproject.com/cs/miscctrl/treelistview.asp

and also:
http://www.codeproject.com/cs/miscctrl/extendedlistviews.asp
and it's updated version -
http://www.codeproject.com/cs/miscctrl/Extended_List_View_2.asp

and they look great, but they all use the first column as the tree
column.

I need a control that would allow adding nodes to specific cells in
the ListView or Grid., so I can add nodes to a specific cell.
Or a control that would allow me to define which column to use as the
tree column.

I would appriciate any thoughts, ideas, links etc on how to accomplish
this.

Thank you,
Avital
 
N

Nicholas Paldino [.NET/C# MVP]

Avital,

Your best bet would be to find a third party control which does this.
Doing it yourself would be quite a bit of work.
 
P

Paul Werkowitz

Am Sat, 23 Jun 2007 13:37:59 -0700 schrieb Avital:
Hi all,

I'm looking for a free ListView or DataGrid extended control with tree
capabilities.
There a few ones out there
In the codeproject web site, for example:

http://www.codeproject.com/cs/miscctrl/treelistview.asp

and also:
http://www.codeproject.com/cs/miscctrl/extendedlistviews.asp
and it's updated version -
http://www.codeproject.com/cs/miscctrl/Extended_List_View_2.asp

and they look great, but they all use the first column as the tree
column.

I need a control that would allow adding nodes to specific cells in
the ListView or Grid., so I can add nodes to a specific cell.
Or a control that would allow me to define which column to use as the
tree column.

Hello Avital,

look at the source code of the examples at codeproject/codeguru etc. and
adapt to your needs. I did this once in C++ some years ago, and it should
be even easier in .NET

Greetz
Paule
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top