3 references to LVM_SETCOLUMNWIDTH
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
4952
SendMessage(NativeMethods.
LVM_SETCOLUMNWIDTH
, columnIndex, NativeMethods.Util.MAKELPARAM(width, 0));
4960
SendMessage(NativeMethods.
LVM_SETCOLUMNWIDTH
, columnIndex, NativeMethods.Util.MAKELPARAM(newWidth, 0));
4967
SendMessage(NativeMethods.
LVM_SETCOLUMNWIDTH
, index, NativeMethods.Util.MAKELPARAM(width,0));