I'm looking for hints about creating control like it is used in (e.g. in Visual Studio .Net) debugger: a mix of TreeView and ListView. 

Imagine a "ListView" with 2 columns, where the first column may also contain "TreeView" (instead of CheckBox): + sign followed by a description. If one clicks one the + in order to expand it, new lines below that line will appear as you expand a TreeView, but the expanded TreeView-lines will appear in the first column of the "ListView", and the second ListView-column contains respectively a value assigned to the "property" of the first column. 

I'm pretty sure, I'm not the first one looking for that control. Maybe there is some info or source you could me point to.