How can I change the resolution of the phone representing the code when in xaml view in a project?
The phone serves as a drag and drop for the controls, does it have a setting somewhere to set it’s resolution. Windows Phone 8 currently have three resolutions; 800×480, 1280×720 and 1280×768.
I’m aware the emulator can be started up with different resolution, but my situation is that my CPU does not support this, im debugging straight on my Lumia 920 (1280×768).
I’ve got no clue on how the application looks like in 800×480.
But it is a simple application, a preview would be good enough.
You need to open the Device Window: Design -> Device Window
There under the display section you can select the display size (3 available).
Additionally you can test any other resolution by disabling the ‘Chrome’ option in the device window and setting d:DesignHeight and d:DesignWidth of your page to the desired resolution.