3 references to LVM_SETITEMCOUNT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
1837
SendMessage(NativeMethods.
LVM_SETITEMCOUNT
, virtualListSize, 0);
3877
SendMessage(NativeMethods.
LVM_SETITEMCOUNT
, itemCount, 0);
4340
SendMessage(NativeMethods.
LVM_SETITEMCOUNT
, VirtualListSize, 0);