Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/listview.c:
LISTVIEW_UpdateScroll(infoPtr); } LISTVIEW_InvalidateList(infoPtr);
- /* bNoItemMetrics should be reset to TRUE after calling LISTVIEW_DeleteAllItems() */
I don't think this line of comment is necessary. The code is pretty clear.