Skip to main content
April 29, 2013
Answered

Scrolling whole screen in AIR app

  • April 29, 2013
  • 1 reply
  • 510 views

Gidday

I have an AIR app that's set up for laptop screen resolutions - one of the datagrids in it is 1200 wide.

In order to also add some usability for 1024x768 users, I'd like the whole screen to be horizontally scrollable.

Is the only solution for this to place the whole project within a scroll area, or is there a way to set things up in the publish settings to make the project scroll if it extends beyond the width of the monitor?

Cheers

This topic has been closed for replies.
Correct answer kglad

the only publish setting you could use would be to change the stage size of your original app and choose the option to scale everything.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
April 29, 2013

the only publish setting you could use would be to change the stage size of your original app and choose the option to scale everything.

April 30, 2013

Thanks kGlad - I think I'll code in a master scroll panel that everything sits in.

kglad
Community Expert
Community Expert
April 30, 2013

you're welcome.