How to get momentary scrollbar when going to a screen with tableview?

In iOS native, when you transition to a screen that has a tableview, the scrollbar momentarily appears (see mail, settings or any other iOS app).  This lets you know that there is more content than only what is on the screen.

I am using widget 2.0 tableviews.  They work great, but the scroll bar only appears when you touch the screen and start scrolling.  The bar stays visible until you stop scrolling. (like it should.)  Is there a way to make the bar appear when transitinoing into the screen like I detail above?

Thanks!
Daniel

Hi Daniel,

Thanks for the input. This isn’t yet built in, but I entered a feature request for it. It should be added to an upcoming daily build.

Sincerely,

Brent Sorrentino

Hi Daniel,

Thanks for the input. This isn’t yet built in, but I entered a feature request for it. It should be added to an upcoming daily build.

Sincerely,

Brent Sorrentino

Is this already implemented? I need to keep the scrollbar always visible like the Android code “ScrollView.setScrollbarFadingEnabled(false);” and if there’s a function on Corona that could do that, then Daniel’s question and mine would be solved.

Hey everyone,

The feature has been added for the next widget update.

Thanks,

alex

Is this already implemented? I need to keep the scrollbar always visible like the Android code “ScrollView.setScrollbarFadingEnabled(false);” and if there’s a function on Corona that could do that, then Daniel’s question and mine would be solved.

Hey everyone,

The feature has been added for the next widget update.

Thanks,

alex