I have a Windows Forms Toolstrip with the property ‘CanOverflow’ enabled. Items that don’t fit in the toolstrip, are moved into the drop-down overflow menu. Is there a way to control the size of the Overflow menu?
I have a vertical toolstrip and there are currently too much items in it. Some items don’t fit on the screen and have become inaccessible. I want to adjust the width, because it can show multiple items on each line.
You can create a multicolumn table layout in a DropDown menu by setting the ColumnCount of the TableLayoutSettings, for example: