1 write to columnWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
312
columnWidth
= value;
6 references to columnWidth
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ListBox.cs (6)
303
return
columnWidth
;
311
if (
columnWidth
!= value) {
315
if (
columnWidth
== 0) {
319
SendMessage(NativeMethods.LB_SETCOLUMNWIDTH,
columnWidth
, 0);
1767
if (
columnWidth
!= 0) {
1768
SendMessage(NativeMethods.LB_SETCOLUMNWIDTH,
columnWidth
, 0);