Landscape Mode

  • Thread starter Thread starter Beens
  • Start date Start date
B

Beens

Hello all,

What is the resolution of landscape mode in general PDA?
My application need to scale according to the landscape mode. Is there
any techinque or unique code to do this without rearranging my GUI
elements??\

Tanx
Binoy
 
There's no right answer to that question. Some are 320x240, some 640x480,
others still are square. The .NET CF 2.0 layout scheme works on devices
that change from portrait to landscape just fine and should be of some use,
at least, on higher-resolution devices.

Paul T.
 
Hi
do you use .NET CF 2.0 ?
If yes why not use Anchoring and the
Microsoft.WindowsCE.Forms.SystemSettings.ScreenOrientation ?

OR do you need a solutin for Cf 1.0 ?
 
Back
Top