Can I add aTreeView to a ListView?

  • Thread starter Thread starter amil
  • Start date Start date
A

amil

Hi all,

Can I add a TreeView control to a ListItem or SubListItem of a ListView just
like the one you can see in a news thread? I'm trying to create a
UI/display for a discussion application.
 
amil,

You can't do this with the ListView as it is in .NET. If you want to do
this, then you will have to create your own control that does this, or use a
third-party control.

Hope this helps.
 
Thanks. I play around with creating a custom control. Do you know of any
3rd party
..Net control for this?

Nicholas Paldino said:
amil,

You can't do this with the ListView as it is in .NET. If you want to do
this, then you will have to create your own control that does this, or use a
third-party control.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

amil said:
Hi all,

Can I add a TreeView control to a ListItem or SubListItem of a ListView just
like the one you can see in a news thread? I'm trying to create a
UI/display for a discussion application.
 
Back
Top