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