Contents Index Topic Contents | ||
Previous Topic: ListView_SubItemHitTest Next Topic: List View Control Notification Messages |
ListView_Update
BOOL ListView_Update( HWND hwnd, int iItem );Updates a list view item. If the list view control has the LVS_AUTOARRANGE style, this macro causes the list view control to be arranged. You can use this macro or send the LVM_UPDATE message explicitly.
- Returns TRUE if successful, or FALSE otherwise.
- hwnd
- Handle to the list view control.
- iItem
- Index of the item to update.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.