Top "Scrollview" questions

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

How to use ScrollView in Android?

I have an XML layout file, but the text is more than fits into the screen size. What do I …

android scrollview
ListView inside ScrollView is not scrolling on Android

I am having trouble with a scrolling ListView inside a ScrollView. I have an Activity which has some EditTexts in …

android listview android-layout scrollview
Scrollview vertical and horizontal in android

I'm really tired looking for a solution for vertical and horizontal Scrollview. I read that there are not any views/…

android scrollview
Call removeView() on the child's parent first

First a little background: I have a layout inside a scrollview. At first, when the user scrolls on the screen, …

android scrollview
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
How to scroll to top of long ScrollView layout?

For part of my app, the user is presented with a list of names and is asked to group them …

android listview scrollview
Is there a way to programmatically scroll a scroll view to a specific edit text?

I have a very long activity with a scrollview. It is a form with various fields that the user must …

android view android-edittext scrollview programmatically-created
Can I have onScrollListener for a ScrollView?

I am using a HorizontalScrollView in a layout and I need to identify the user have reached the start and …

android listener scrollview
How to always show scrollbar

The scrollbar in my scrollview is only visible when I start scrolling. How can I always show it?

android scrollview
Remove scroll bar track from ScrollView in Android

My Android app has a main WebView (HTML loaded from a local resource) which I want to use the entire …

android android-layout scrollview android-scrollbar