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