CListCtrl::Update

This method forces the list view control to repaint the item specified by nItem. This method also arranges the list view control if it has the LVS_AUTOARRANGE style.

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 Update( int nItem );

See Also

CListCtrl::DrawItem