473,796 Members | 2,464 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 12914
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.ukw rote in message
news:uv******** ******@TK2MSFTN GP03.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.ukw rote in message
news:uv******** ******@TK2MSFTN GP03.phx.gbl...
what exactly do you want it to do that the native control does not?
Aug 28 '06 #4
"Smokey Grindle" <no****@dontspa mme.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..
ContainerListVi ew and TreeListView: Writing VS.NET design-surface compatible
controls
<URL:http://www.codeproject .com/cs/miscctrl/extendedlistvie ws.asp>

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

VB.NET TreeListView
<URL:http://www.codeproject .com/vb/net/vbnettreelistvi ew.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****@dontspa mme.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.ukw rote in message
news:uv******* *******@TK2MSFT NGP03.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**********@gm xNOSPAm.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 DataTreeGridVie w 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****@communi ty.nospamwrote in message
news:37******** *************** ***********@mic rosoft.com...
DlhSoft DataTreeGridVie w 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
4176
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 control in access 2002. Prior to that I like to fine some information or here some feed back from developers who have use active x controls success fully in there application, what their experience was.
0
3243
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 way... here is my code on how I did it to help anyone starting out get an idea of how to use virtual mode in ..NET 2.0 Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared
2
2517
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 fixed, so there is a need for the code to be recursive to drill down to the lowest level. I have contrived a small source and result list to illustrate: source_list = What I want to do is a tree list like this:
1
3237
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 out there that are good? thanks!
3
3540
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 first one to the second one. I tried this once a few years ago by trying to clone the list view item so i didnt have to recreate it, but ran into the problem of the item already had a parent... i dont want to remove the items from the first list when...
0
1258
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 top and underneath a list of entries, which could then be expanded to view the details which relate to the column headings. Ill try and visualize it
0
1308
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 using the old ones that I've seen from .NET 1.1.. Has anyone made an example of this yet in .NET 2.0 in which the indent property is used? thanks!
9
9025
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... willing to spend money for a control.. thanks a lot!
2
1303
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 parent
0
9680
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10455
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10228
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10173
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7547
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6788
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5573
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3731
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2925
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.