visual studio 2008 - How can I prevent the VS WPF designer putting margins on every object from the toolbox -
When I draw a control on the surface of the Visual Studio 2008 WPF design from Toolbox, it sets a margin where I dropped it and a default size.
Is there any way to stop VS from setting those people? When I leave a control on a stackpanel, then I should flush the current controls into the panel.
Thank you!
I could not find any way to stop this. I type XAML instead.
Edit :
I wrote the above three years ago. In the meantime, it will appear that the experience of design-time has remained very good.
Every time you add a hard-coded margins to the designer in drag-and-drop, there are ways to remove those margins without having to do it manually.
Here is a link to an article that explains how to use design tools in Visual Studio 2010 so that no XML can type. (Despite the title, it is about WPF.)
Comments
Post a Comment