Adobe Connect User Community
Menu

#1 2012-01-03 22:26:06

**_Olden_**

Custom pod in Connect 8 -- avoiding scroll bars

Connect 8 adds scroll bars to any custom pods that are not exactly the size the Connect room assumes it will be. Has anyone found a programmatic method to ensure that pod contents will scale and avoid the scroll bars regardless of the end user's screen resolution or aspect ratio? I've found that even if I create a pod that works with 4:3 monitors, the scroll bars appear on widescreen monitors and vice versa...

Offline

#2 2012-01-04 09:25:03

alistairlee

Re: Custom pod in Connect 8 -- avoiding scroll bars

Hey Olden,

I had the same problem with a few of the pods I created. 

The good news is that it's easy to get rid of these.  You can the horizontalScrollPolicy and verticalScrollPolicy of your app and the objects in your app to false.  This will remove any scroll bars.

THanks,
Alistair

Offline

Board footer