I am trying to create a Windows Forms App in C# by using .NET Core.
One thing I noticed is that if you use the .NET Core you cannot graphicaly change the Form (you cant drag controls over the Form and place them there), you have to write down code.
But is this the case , is there a version of .NET Core where you can graphicaly change the Windows Form?
One thing I noticed is that if you use the .NET Core you cannot graphicaly change the Form (you cant drag controls over the Form and place them there), you have to write down code.
But is this the case , is there a version of .NET Core where you can graphicaly change the Windows Form?
