473,804 Members | 2,246 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 9026
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

3
10827
by: imani_technology_spam | last post by:
We need to present hierarchical data on a web page, the same way the tree view shows files in Windows Explorer. Here's the catch: that tree view needs to be bound to a SQL Server database. How can this be done?
14
5638
by: Dave | last post by:
Hello all, After perusing the Standard, I believe it is true to say that once you insert an element into a std::list<>, its location in memory never changes. This makes a std::list<> ideal for storing vertices of an arbitrary n-ary tree where a vertex contain pointers to its parent / children. These parent / child vertices need to stay put if we've got pointers to them somewhere! Am I correct in my assertion?
0
2186
by: Tree menu using XML | last post by:
I have one XML file that has nodes and sub node and each and every node has the attribute call visible if its value is true then diplay this node else don't display thid node, but this condition i am able to check using xpath in asp.net 2.0 till MenuItem node. if i check visible attribute value till SubMenuLevel0 node then in tree it will not display the MenuItem Node at all Note: My tree Menu will start from MenuItem node and it will...
19
6792
by: Christian Fowler | last post by:
I have a VERY LARGE pile of geographic data that I am importing into a database (db of choice is postgres, though may hop to oracle if necessary). The data is strictly hierarchical - each node has one, and only one parent. The depth should not exceed 6 or 7 levels. The initial import will have about 6 million leaves, and 3 million branches. I would expect the leaves to grow significantly, in number easily tripling. However, the branches will...
5
11817
by: Pavan | last post by:
My goal is to accomplish the tooltip functionality for all the neodes in a tree view and i have the following three Events in my C# application. Name of my TreeView Control (AITreeView) 1) AITreeView_MouseDown(object sender, MouseEventArgs e) 2) AITreeView_MouseUp(AITreeView_MouseDown(object sender, MouseEventArgs e) 3) AITreeView_Click(AITreeView_MouseDown(object sender, MouseEventArgs e)
9
12917
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!
4
4262
by: shinichi81 | last post by:
Could anyone help me? After updating icon for a drive, for example C drive by specifying icon file at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon, I want to refresh at Windows Explorer and below is processing flow: - Read a metrics value, for example "Shell Icon Size" at HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics - Decrease icon size by 1 - SendMessage(HWND_BROADCAST, WM_COMMAND,...
1
2178
by: perspolis | last post by:
Hi all I'm looking for a Combobox that displays tree. Does anyone has a source code for that??? thanks in advance
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
1
2976
by: =?Utf-8?B?UHJhZGVlcCBFYXJsYQ==?= | last post by:
Hi I am having one windows application on my local machine and I want to display the folders(shared folders) of remote machine in tree view control of my win application. I haved added me as administartor in that remote machine. The following is my requirement. 1)The Application should show a tree view and a list view. 2) Tree view should show the folder structure and List view should list the
0
9594
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10351
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,...
0
10096
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9174
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7638
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
5534
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3834
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3002
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.