1 reference to ListBoxMaximumHeight
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
105
listBox.Height = Math.Max(tm.tmHeight + 2, Math.Min(
ListBoxMaximumHeight
, listBox.PreferredHeight));