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