C# Multiple Screen View Single Form
问题 I created a GUI in C# which should look like this: On Main Screen there are two Buttons, When Button1 is clicked I don't want to open a new form using form2.show(); but while staying in the same form I want to change display. I did this using hiding GUI elements and showing the other elements as required. It works fine as I wanted but in the designer View of Form1 I had to create messy GUI. My question is that is it good programming practice or not? If not then what is the best or recommended