1 override of ItemHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
254
public override int
ItemHeight
{
2 writes to ItemHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
398
listBox.
ItemHeight
= RowHeight;
5183
DropDownListBox.
ItemHeight
= RowHeight + 2;
7 references to ItemHeight
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListBox.cs (5)
1771
SendMessage(NativeMethods.LB_SETITEMHEIGHT, 0,
ItemHeight
);
1957
MeasureItemEventArgs mie = new MeasureItemEventArgs(graphics, i,
ItemHeight
);
2366
MeasureItemEventArgs mie = new MeasureItemEventArgs(graphics, mis.itemID,
ItemHeight
);
2376
mis.itemHeight =
ItemHeight
;
2484
Height = Math.Max(Height,
ItemHeight
);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
3910
bool resizable = DropDownListBox.Items.Count > (DropDownListBox.Height / DropDownListBox.
ItemHeight
);
5988
lb.Height = Math.Max(lb.Height, lb.
ItemHeight
);