Search found 1 match

by rolandstauber
Tue Mar 12, 2019 8:57 pm
Forum: Android Deployment
Topic: how do i get a native scroller to start from the bottom?
Replies: 5
Views: 5415

Re: how do i get a native scroller to start from the bottom?

Hi Peter, I had a similar problem (after deleting and recreating of a scroller) and found the following solution: 1. set the vScroll of your scroller to zero B E F O R E you create the native scroller !!! 2. Now create the scroller and after that use 3. scrollerDidScroll HScroll,YourDesiredVScrollVa...