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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top