3 references to MultiColumn
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (3)
404if (MultiColumn && value == DrawMode.OwnerDrawVariable) 518if (!MultiColumn) 2355bounds.Width = MultiColumn ? Math.Max(ColumnWidth, bounds.Width) : Math.Max(MaxItemWidth, bounds.Width);