I am trying to create Windows Forms Application and add a menuStrip item to my designer window. In VS 2017 you can simply click on the menuStrip and add items, but in VS 2019 you have to add all items manually trought properties -> data -> items. Am I right? Or I should turn on some property on to get back to that 2017 style of adding the elements?
VS 2017 menuStrip designing:
VS 2019 menuStrip designing (sooo uncomfy!):

So can I do something to get back to that convenient 2017 editing?


