Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近一直在学习 C#,并且正在为通知图标制作上下文菜单。上下文菜单出现得很好,但如果菜单太大而无法容纳,它会溢出到我右侧的显示器上。
我怎样才能解决这个问题?
我发现我可以重新创建这个问题,如下所示:
解决方案似乎是将上下文菜单的RightToLeft属性更改为Yes(右键单击菜单,单击属性,然后从属性窗格中选择RightToLeft),因此我的上下文菜单现在如下所示:
希望这可以帮助!