Prev Next
ListView_SetItemCount info Overview GroupThe ListView_SetItemCount macro prepares a list view control for adding a large number of items. You can use this macro or explicitly send the LVM_SETITEMCOUNT message. VOID ListView_SetItemCount(
Parameters
Return ValuesNo return value. RemarksBy using the ListView_SetItemCount macro or the LVM_SETITEMCOUNT message before adding a large number of items, you enable a list view control to reallocate its internal data structures only once rather than every time you add an item. See Also |