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++ - Convert big endian to little endian when reading from a binary file -

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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -