PyCListCtrl.RedrawItems
int = RedrawItems(first, first )
Forces a listview to repaint a range of items.
Parameters
Comments
The specified items are not actually repainted until the list view window receives a WM_PAINT message. To repaint immediately, call the Windows UpdateWindow function after using this function.