Change FormFactor

  • Thread starter Thread starter Julián
  • Start date Start date
J

Julián

Hi:

I have got to prepare my application to run in a lot of devices with
different screen sizes. I want to change the property "FormFactor" from
code, but I can't because it don't appear. It seems to me that this property
only can change from designer.
Is it correct ? Can I prepare the application for different device types ?

Regards.
 
Correct, "Form Factor" is just a designer property - it has no real meaning
at run time. If yuo need to run on different screen sizes, you have to
write code to handle that (though docking and anchoring help in that
respect).
 
Back
Top