Notifications
Clear all

[Closed] dotNet Question about Listview and Treeview

Hi there, I’m trying to build something similar to the Layer Managment Dialog and it seems to me it’s a listview with treeview columns… I’m able to get the info in my treeview and listview, but how can I insert the treeview inside the listview column? Or this just wont work? Any help is appreciated, thanks in advance.

2 Replies

You can do it using a DataGridView, or hack around it using multiple TreeView controls as I did with LayerMan.

Light

It doesnt seem that the Max Layer Management dialog uses a dataviewgrid control but I’m open to that possibility (but would like a little more insight on this). About multiple treeviews I cant seem to find it on your site, is it implemented on OrionFlame3? Is the code available? Thanks in advance.