c# - Is it possible to nest a listview inside another one? -


Using a C # 3.5 Winform -

Whether a list view inside a nest is possible within another is? This is a list of ideas lists - will be a high level list group and low level list details.

Update:

Nesting is not possible, however, by using a FlowLayoutPanel I can add many listview controls to it and the panel's focus on automatic layout control keeps. Using each grouping in each list view helps identify each list.

I do not believe it is possible (and definitely not recommended) inside another A WinForms listview to nest. However you can enable the group as described.


Comments