.netmonodevelop

Mono Develop - how to switch to design view


I just got started with Mono Develop and Im trying to make a simple application,but I cant figure out how to get into deisgn view insted of code view.

I'm using windows 7 & MonoDevelop 2.6 RC1


Solution

  • To edit the GUI, you need to open the MainWindow.cs file, which creates a new tab in the editor window and loads the file for editing, clicking after that on "Designer view".

    Regards