PyCListCtrl.RedrawItems

int = RedrawItems(first, first )

Forces a listview to repaint a range of items.

Parameters

first : int

Index of the first item to be repainted.

first : int

Index of the last item to be repainted.

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.