Working in VS2008, a C++ project.
I have a ListView which I will be displaying in Details mode. I am putting a fixed set of 18 items into the ListView, and have four groups. In design mode, I assign each of the items to a group, but frequenly the group property gets deleted from each of the items and I have to go back through and re-set them. I have not been able to identify what causes this.
Why does the group property of each ListViewItem get deleted, and how can I prevent this. To be clear, this is happening in Visual Studio as I design the form, not at run time.
Thank you for any help