Search found 1 match
- Wed Mar 13, 2019 9:34 am
- Forum: Android Deployment
- Topic: how do i get a native scroller to start from the bottom?
- Replies: 5
- Views: 5423
Re: how do i get a native scroller to start from the bottom?
Note that this scrolls the view completely to the bottom, so the view is essentially not visible (unless you added something to it after the measurement). This makes sense since the code scrolls to the height of the scrollable area, not to the height of children overflowing the scrollable area (prob...