LVM_UPDATELVM_UPDATE*
*



Contents  *



Index  *Topic Contents
*Previous Topic: LVM_SUBITEMHITTEST
*Next Topic: List View Control Macros

LVM_UPDATE


LVM_UPDATE 
    wParam = (WPARAM) iItem; 
    lParam = 0; 

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 send this message explicitly or by using the ListView_Update macro.

iItem
Index of the item to update.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.