views:

10

answers:

1

i'm having around 13 emulators .i want my app can adjustable in all emulators.

how to set orienation for all emulators.is there any way for automatic adjustment.

otherwise how to write the code each emulator for orientaion.can u give some sample example.

in windows phone 7 i simple write margin properties in landscape and portrait.

in 6.0 how to write code for orienation?

A: 

Have a look at the orientation aware control in the Mobile Client Software Factory (from the patterns and practices group). This allows you to create different layouts for different screen sizes and orientations.

There are also comercial alternatives available.

Matt Lacey