Top "Scrollview" questions

Be sure to use a **platform specific** tag.

Sticky ScrollView Item at the Bottom - Android

I wanted to implement a sticky scrollview item which sticks at the bottom of the screen. Below are a couple …

android android-layout scrollview sticky-footer
Bottom Navigation bar moves up with keyboard

I am using scroll view in a fragment but the screen does not scroll up when the keyboard is shown …

android xml scrollview bottomnavigationview
Pass motion event to parent Scrollview when Listview at top/bottom

I have a ListView in a ScrollView to show comments and I would like to do the following: When the …

android listview scrollview motionevent
Scrolling a layout when the keyboard appears

My screen resizing to top when keyboard appears and hiding toolbar (FrameLayout), i need just scroll chat items to top …

android input scrollview android-softkeyboard adjustpan
React-Native | ScrollView right to left

I've got Simple ScrollView: <ScrollView style={$style.category_container} horizontal={true} showsHorizontalScrollIndicator={false} automaticallyAdjustContentInsets={true} > <Item title={…

uiscrollview react-native scrollview horizontalscrollview
Android - ScrollView like foursquare with maps + list

This is the Android equivalent of this iOS question. Trying to create a view that contains a MapView at about 20% …

android android-layout scrollview foursquare android-ui
Capture whole scrollview bigger than screen

The main issue is saving the whole scroll view as a bitmap image rather than just what appears on the …

android bitmap scrollview screen-capture
Scroll to last line of TableLayout within a ScrollView

I want to have a dynamic table, with rows added over time as a result of user interaction, using a …

android scrollview tablelayout
How to play video of video-view that is currently focus in recycler view

In my app there is a recycler-view having video-views, I want to auto-play the specific video view which is completely …

android scrollview android-recyclerview android-videoview autoplay