CListCtrl::SetItemCountEx

void SetItemCountEx( int iCount, DWORD dwFlags = LVSICF_NOINVALIDATEALL );

Parameters

nItems

Number of items that the control will ultimately contain.

dwFlags

Specifies the behavior of the list view control after resetting the item count. This value can be a combination of the following:

Remarks

This member function implements the behavior of the Win32 macro, ListView_SetItemCountEx, as described in the Platform SDK and should only be called for virtual list views.

CListCtrl OverviewClass MembersHierarchy Chart

See Also   CListCtrl::SetItemCount,