When not all items fit in a ToolStrip, there are arrows on the right side. Is there the same possibility for MenuStrip?
'LayoutStyle = Flow' is not so good, cause then the menu takes more lines and the user has less space to work.
When not all items fit in a ToolStrip, there are arrows on the right side. Is there the same possibility for MenuStrip?
'LayoutStyle = Flow' is not so good, cause then the menu takes more lines and the user has less space to work.
Thanks for your comment, I found the answer:
Can a MenuStrip control have its LayoutStyle set to StackWithOverflow?
Me.MenuStrip1.CanOverflow = True
Me.FischersToolStripMenuItem.Overflow = ToolStripItemOverflow.AsNeeded