Grouping in ListView in Virtual Mode

I use a virtual list and added some items to it, but now I want to assign them to a group.

for example, how to do this while doing RetrieveVirtualItem.//Just my opinion

I am using visual studio 2010

I want to use my own list, and I am in a state where I cannot use third-party components.

+3
source share
1 answer

Officially you cannot use groups in mode Virtual. Virtual List CLR 2.0

However, this project uses an undocumented feature (in Vista and above) that allows groups in mode Virtual. ObjectListView

+4
source

All Articles