BOOLRedrawItems(intnFirst**,intnLast);**
Return Value
Nonzero if successful; otherwise zero.
Parameters
nFirst
Index of the first item to be repainted.
nLast
Index of the last item to be repainted.
Remarks
Forces a list view control to repaint a range of items.
The specified items are not actually repainted until the list view window receives a WM_PAINT message. To repaint immediately, call the Windows function after using this function.
CListCtrl Overview | Class Members | Hierarchy Chart
See Also CListCtrl::DrawItem