I have designer using Blend to desing windows phone pages. It has d:DesignHeight and d:DesignWidth set.
I use Visual Studio 2010 Express for Windows Phone. Now if I open any .xaml file in DesignMode, it reset the DesignHeight and Width. It is really annoying as I have to manually change back those values before checking in my changes to sourceControl.
Saw this one WPF UserControl Design Time Size but to do it in every page would be a stupidity for me.
Hope there is a switch in VS, which I am not aware of.
Any ideas please?
Update I have the following:
SupportedOrientations="Landscape" Orientation="Landscape"
shell:SystemTray.IsVisible="True" d:DesignHeight="800" d:DesignWidth="480">
When I view in Design Mode it changes to
d:DesignHeight="480" d:DesignWidth="782">