Top "Android-scrollview" questions

An Android widget that allows scrolling of its only child if it is too big for the screen's visible area.

Android list view inside a scroll view

I have an android layout which has a scrollView with a number of elements with in it. At the bottom …

android android-layout android-scrollview
How can I put a ListView into a ScrollView without it collapsing?

I've searched around for solutions to this problem, and the only answer I can find seems to be "don't put …

android android-listview android-scrollview
RecyclerView inside ScrollView is not working

I'm trying to implement a layout which contains RecyclerView and ScrollView at the same layout. Layout template: <RelativeLayout> &…

android android-layout android-scrollview android-recyclerview android-cardview
Can I scroll a ScrollView programmatically in Android?

Is there any way to scroll a ScrollView programmatically to a certain position? I have created dynamic TableLayout which is …

java android scrollview android-scrollview
Android: ScrollView force to bottom

I would like a ScrollView to start all the way at the bottom. Any methods?

android android-scrollview
Android - how to make a scrollable constraintlayout?

I want to make a layout that lets me scroll down using constraint layout, but I don't know how to …

android android-layout android-scrollview android-constraintlayout
HorizontalScrollView within ScrollView Touch Handling

I have a ScrollView that surrounds my entire layout so that the entire screen is scrollable. The first element I …

android ontouchlistener android-scrollview horizontalscrollview
Disable ScrollView Programmatically?

I would like to enable ScrollView and disable it by a Button Click. Disable means like if the ScrollView wasn't …

android android-scrollview
Page scroll when soft keyboard popped up

I have a <ScrollView> layout: <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.…

android android-layout android-intent android-scrollview android-keypad
Scrollview can host only one direct child

I have multiple LinearLayouts with a combined height that easily exceeds a device's screen height. So in order to make …

android android-layout android-scrollview