如果并非所有项目都适合ToolStrip,则右侧会显示箭头。 MenuStrip是否有相同的可能性?
' LayoutStyle = Flow'不太好,因为菜单需要更多行,用户的工作空间更少。
答案 0 :(得分:0)
感谢您的评论,我找到了答案:
Can a MenuStrip control have its LayoutStyle set to StackWithOverflow?
Me.MenuStrip1.CanOverflow = True
Me.FischersToolStripMenuItem.Overflow = ToolStripItemOverflow.AsNeeded