Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open form designer in Visual Studio?

I am attempting to create a Windows Forms app in C# in Visual Studio.

Normally one can double click the Form1.cs file in the Solution Explorer in order to access the simple drag and drop designer.

Unfortunately, it only opens up the code for the file.

solution explorer

like image 253
SwingingChad Avatar asked Nov 26 '18 19:11

SwingingChad


1 Answers

You are in the Folder view.

Change to the Solution (Project) view.

This icon enter image description here at the top of Solution Explorer.

like image 71
Alexan Avatar answered Sep 17 '22 06:09

Alexan