1 override of MaxItemWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
282
internal override int
MaxItemWidth
{
4 references to MaxItemWidth
System.Windows.Forms (4)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
287
return base.
MaxItemWidth
+ idealCheckSize + scaledListItemPaddingBuffer;
winforms\Managed\System\WinForms\ListBox.cs (3)
778
width = SizeFromClientSize(new Size(
MaxItemWidth
, height)).Width;
2214
width =
MaxItemWidth
;
2336
bounds.Width = Math.Max(
MaxItemWidth
, bounds.Width);