Panels create scrollbars in landscape [Solution]
I'm using FormLib for a fullscreen app. I have sliding panels (animated). This means a panel starts outside the form and moves into the form.
First, all works as expected on desktop.
In portrait on device, all works as expected.
In landscape, the exact same code causes scrollbars to appear on the form. As soon as the panel becomes visible outside the screen scrollbnars appear. Then as the panel moves into the form the scrollbars decrease. Finally, as the panel is fully into the form, scrollbars disappear.
Not really a complaint as much as a curiousity. Wish I would have gotten a consistent result. I would've have liked to know that it wasn't going to work in landscape before I coded the whole project.
I'm using FormLib for a fullscreen app. I have sliding panels (animated). This means a panel starts outside the form and moves into the form.
First, all works as expected on desktop.
In portrait on device, all works as expected.
In landscape, the exact same code causes scrollbars to appear on the form. As soon as the panel becomes visible outside the screen scrollbnars appear. Then as the panel moves into the form the scrollbars decrease. Finally, as the panel is fully into the form, scrollbars disappear.
Not really a complaint as much as a curiousity. Wish I would have gotten a consistent result. I would've have liked to know that it wasn't going to work in landscape before I coded the whole project.
Last edited: