1 override of MaxItemWidth
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
175
internal override int
MaxItemWidth
4 references to MaxItemWidth
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
180
return base.
MaxItemWidth
+ _idealCheckSize + _listItemPaddingBuffer;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (3)
768
width = SizeFromClientSize(new Size(
MaxItemWidth
, height)).Width;
2254
width =
MaxItemWidth
;
2357
bounds.Width = MultiColumn ? Math.Max(ColumnWidth, bounds.Width) : Math.Max(
MaxItemWidth
, bounds.Width);