Tagged Questions
The visualdesigner tag has no wiki summary.
3
votes
1answer
567 views
Writing a Visual Studio extension for a custom designer
So, I've got something I want to try out. The idea is to have a visual designer that works as a Visual Studio Extension, I want to be able to drag out event handlers and wire up behaviors, anyone ...
1
vote
3answers
594 views
Quirks of Visual Studio's property pane with WPF
Working in the visual designer of a WinForm project, when one selects an element the properties pane lists all the properties for that element. Selecting a property in the properties pane then ...
0
votes
1answer
19 views
Can't find ASP.NET Design View for MonoDevelop
I installed MonoDevelop and want to use its design view editor. After a bit of browsing I came accross ASP.NET Visual Designer which is supposed to be a part of the IDE. I used the Ubuntu Software ...
0
votes
1answer
77 views
WPF Component Obscures Subcomponents in Designer
Some components like the viewbox are displayed in the visual designer as solid boxes. However, they can contain subcomponents. To view the subcomponents I comment out the viewbox. When I'm done I ...