473,320 Members | 2,012 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Tree List View

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!
Aug 28 '06 #1
9 12887
what exactly do you want it to do that the native control does not?
Aug 28 '06 #2
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" <st***********@homecall.co.ukwrote in message
news:uv**************@TK2MSFTNGP03.phx.gbl...
what exactly do you want it to do that the native control does not?

Aug 28 '06 #3
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:
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" <st***********@homecall.co.ukwrote in message
news:uv**************@TK2MSFTNGP03.phx.gbl...
what exactly do you want it to do that the native control does not?
Aug 28 '06 #4
"Smokey Grindle" <no****@dontspamme.comschrieb:
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/>

Aug 28 '06 #5
On Mon, 28 Aug 2006 09:27:01 -0400, "Smokey Grindle" <no****@dontspamme.comwrote:
>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" <st***********@homecall.co.ukwrote in message
news:uv**************@TK2MSFTNGP03.phx.gbl...
>what exactly do you want it to do that the native control does not?
This perhaps?
http://www.devexpress.com/Products/N...List/Index.xml
Gene
Aug 28 '06 #6
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...s/default.aspx

--
You can email me directly by removing the NOSPAm below
xm**********@gmxNOSPAm.netNOSPAm
Aug 29 '06 #7

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
Je**@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

=================== ===================

Sep 3 '06 #8
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!
Nov 5 '06 #9
You can also try componentone True DB Grid at www.componentone.com

Best Regards,

Luqman

"Sorin Dolha" <sd****@community.nospamwrote in message
news:37**********************************@microsof t.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!

Nov 5 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Norman Fritag | last post by:
Hi there I have avoided to use active x controls because I thought they are causing more problems then they are doing any good. I a new application I would want to use the tree and list view...
0
by: Brian Henry | last post by:
Here is another virtual mode example for the .NET 2.0 framework while working with the list view. Since you can not access the items collection of the list view you need to do sorting another...
2
by: David Pratt | last post by:
Hi. I am wanting to create a tree list result structure from a dictionary to categorize results. The dictionary contains elements that identify its parent. The levels of categorization is not...
1
by: Brian Henry | last post by:
Does anyone know of any good tree list view controls out there that are feature complete? We already looked at the one on code project that is free but don't really like it. any commercial products...
3
by: Brian Henry | last post by:
So what is the easiest way to do this? I have one list view with a list of items (in detail view and with about 20 sub items) and a second list view that will take the items they drag from the...
0
by: fasan | last post by:
Hi Everyone I need help deperately. In vb 6 the was a way to have a tree list with multi columns. But not in the tree. Its kind of hard to explain. Its like there was a bunch of columns at the...
0
by: Brian Henry | last post by:
Well in .NET 2.0 the provided us with new features line the indent width and such on the list view, now I want to make a control that uses this and make a tree list view, in .NET 2.0 code, not...
9
by: Smokey Grindle | last post by:
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......
2
by: msali36 | last post by:
Hi, i just want to know how can i display the parent- child information in hirarchy tree format in vb.net. for example : GrantParent parent ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.