CListCtrl::RedrawItems

BOOL RedrawItems( int nFirst, int nLast );

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 UpdateWindow function after using this function.

CListCtrl OverviewClass MembersHierarchy Chart

See Also   CListCtrl::DrawItem