multi column treeview

  • Thread starter Thread starter pv_kannan
  • Start date Start date
P

pv_kannan

is there a way I could have a multi-column treeview in .NET 2.0?
Something more UI pleasing than the TreeListview control. I read
somewhere that we could create it in VS.NET 2005 inherent controls...
 
is there a way I could have a multi-column treeview in .NET 2.0?
Something more UI pleasing than the TreeListview control. I read
somewhere that we could create it in VS.NET 2005 inherent controls...

Which one?

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>
 
Back
Top