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.
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 |
BOOL RedrawItems( int nFirst, int nLast );