Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Controls / August 2006

Tip: Looking for answers? Try searching our database.

treenode within a listview control

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
moni - 24 Aug 2006 19:49 GMT
Hi,

I wanted to know if there was any way by which I could make a treenode
control an item on my listview control. I have tried doing that..but
the listview control does not allow me to add a treenode to it.

This is allowed:

item1 = new ListViewItem(p1.DisplayName);

This is giving error quite obviously,
item1 = new ListViewItem(t1.Nodes.AddRange(new
System.Windows.Forms.TreeNode[]
{new System.Windows.Forms.TreeNode(p1.DisplayName,
createTreeNodechannels(channelPre,p1.DisplayName))
           }));
where t1 is a treenode control.   

Any help would be good.

Thanks.
Jeff Gaines - 24 Aug 2006 20:16 GMT
On 24/08/2006 in message

>I wanted to know if there was any way by which I could make a treenode
>control an item on my listview control. I have tried doing that..but
>the listview control does not allow me to add a treenode to it.

There is a neat Extended ListView at the CodeProject that allows embedded
controls:
http://www.codeproject.com/cs/miscctrl/Extended_List_View_2.asp

Signature

Jeff Gaines

moni - 25 Aug 2006 14:38 GMT
hey Jeff,

Thanks alot. U had sent this link last time also. It is a really good
project, and infact the GUI is exactly wat i want it to look like, but
its too complicated in there.

If you could tell me exactly the part that Im looking for, it would be
gr8.

Regards.

> On 24/08/2006 in message
>
[quoted text clipped - 5 lines]
> controls:
> http://www.codeproject.com/cs/miscctrl/Extended_List_View_2.asp

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.