CListCtrl::RedrawItems

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

At a Glance

Header file: Afxcmn.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL RedrawItems( int nFirst, int nLast );

See Also

CListCtrl::DrawItem