How to force scroll bars to be always visible in an AIR mobile app?

I am trying to "port" a desktop air app to a mobile one. I need the scroll bars to be always visible so that the user knows that there is more information. How do I force scroll bars to be always visible like the desktop version? In terms of components in the application, i have a spark List, spark Image and spark DropDownList where i would like the scrollbars to remain visible always.

Googling brings up "http://flexponential.com/2011/07/30/controlling-scroll-bar-visibility-in-a-mobile-scroller/".

I am not an expert so not sure how the sample project in the above link is useful for me.

If it is of any help i am using Adobe AIR sdk 3.1. (I can upgrade if helps solving the problem else would like to stick to it for now. )

Any pointers / help from experts out there?

Thank you for taking time out to read this.

链接地址: http://www.djcxy.com/p/34604.html

上一篇: Adobe空气移动大小以百分比表示

下一篇: 如何强制滚动条在AIR移动应用程序中始终可见?