开发者

C# menustrip designer

开发者 https://www.devze.com 2023-02-03 01:54 出处:网络
I\'m not sure when this happened but when I was trying to edit a menustrip in my program (in the VS designer), I noticed that the menu items had to be grouped or merged. Like:

I'm not sure when this happened but when I was trying to edit a menustrip in my program (in the VS designer), I noticed that the menu items had to be grouped or merged. Like:

File     Edit     Format    Insert    ...

Instead of being able to click each menu item and add sub-items to them in the 开发者_如何学Cdesigner, they all were grouped together so I couldn't edit the menu items separately, it's quite painful.

I couldn't find any properties related to this, so how could I ungroup the menu items in the designer?


Nevermind, it turns out the designer became weird. When I wanted to add an event to the main menustrip, nothing even happened. Restarting VS seemed to have fixed it. Still quite odd.

0

精彩评论

暂无评论...
验证码 换一张
取 消