Niyas Kc
Niyas Kc

Reputation: 21

How to test a WPF app in different screen resolutions? Is there any emulator available?

The problem :- I have to test an APP in a landscape display (which is a digital standee) and is there any emulator which I can test with?

Upvotes: 1

Views: 1831

Answers (1)

Raship Saiyed
Raship Saiyed

Reputation: 376

I think you are asking for simulator.

You can run the simulator directly. It should be installed somewhere like C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Simulator\14.0\Microsoft.Windows.Simulator.exe. The emulators are Hyper-V images of the target OS.

I am generally tasting my WPF application by changing the screen resolution. i.e Right click on desktop > Display settings > Advanced display settings > Resolution. From here you can change any resolution, and verify you application in different resolution.

Hope this helps.

Upvotes: 2

Related Questions