asp.net - How can I build an infinitely recursive listview control? -


not sure i'm asking right question, it's start. have user control listview and, ideally, nest same control inside of listview provide recursion. behave treeview child nodes.

this might monumentally bad idea. :) in fact, feed msft pointing me in direction, because when try told can't it.

so, how this? what's right way?

sounds need treeview after all, need more functionality provides default... how extending treenode/treeview?

here example that: http://www.codeproject.com/kb/tree/dropdowntreeview.aspx

or can extend listview, in fact, article shows how create treelistview sounds similar you're trying do: http://www.codeproject.com/kb/list/extendedlistviews.aspx

either way, sounds need custom control, based on treeview , listview.

good luck!


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -