Could you please provide a WinForms designer in MonoDevelop? #160
Description
Could you please provide a WinForms designer in MonoDevelop?
Now, MonoDevelop does not have a WinForms designer, and WinForms files can only be edited manually (that is, by code).
According to the web page "https://www.mono-project.com/archived/winforms_designer/", there is an unfinished WinForms designer. It seems that this designer is close to being finished.
That web page says "The main stumble point is the lack of true Control transparency (WS_EX_TRANSPARENT), which is not yet supported by the MWF X11 backend, but is required for a proper Drag and Drop and other interaction (snap lines, etc) on the design service." But it seems that, this is not a big problem. Maybe things can be simplified. For example, when doing Drag and Drop, the designer may simply show a "placeholder" image instead of showing the actual control. For snap lines, maybe the designer can draw them manually, or simply do not show them. The Form designer of Visual Basic 6.0 does not have snap lines at all, but it is still very useful.
Besides this, it may need some efforts to put this designer into MonoDevelop. Now it seems that this designer is standalone.