Scrolling whole screen in AIR app
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