Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Multicolumn Listview control (in report view) item list becomes corrupted after deleting an item using LVM_DELETEITEM message; the item is "visually" removed however part of the item list spawns an "off by one" error in the listview's item index.
Perhaps some "clean up" is needed in the corresponding LVN_DELETE notification, but I have no idea what. I am using Win32 API on windows 2000 with VC6. Please help.
Bilal
Posted
Updated 14-Apr-11 13:08pm
v6

1 solution

There are no pre- or post-requisites for using LVM_DELETEITEM, other than that the item number (zero based) be valid.

Perhaps you are seeing some display artifacts; try to do a RedrawWindow() on the list control after the delete.
 
Share this answer
 
Comments
Bharat Kumar Arya 15-Apr-11 2:38am    
Yup absolutely right!!!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900