Top "Scrollview" questions

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

Flutter : How to add scroll indicator in ListView

Is there any way to show the scroll indicator on the ListView? Here is my basic code : ListView.builder( itemCount: 50, …

flutter listview dart scrollview flutter-widget
Scrollview doesn't scroll to the margin at the bottom

I have a simple layout as follows : <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_…

android-layout scrollview
ScrollView - How to scroll down while designing layout in Eclipse?

I've been using scroll view in my apps, but the thing is that this is the first time I've to …

android xml scrollview
How to remove focus from RecyclerView inside ScrollView?

I have a Scrollview which contains an ImageView and RecyclerView. if navigation drawer opened then closed the RecyclerView auto scrolling …

android android-recyclerview scrollview
is it possible to set adapter to linear layout?

Is it possible to set adapter to a LinearLayout? I don't want to use ListView since I am using ScrollView. …

android android-layout scrollview
React native Android ScrollView scrollTo not working

I am trying to use a horizontal ScrollView in React Native for Android, where the starting position is in the …

react-native scrollview react-native-android
Swipe/Fling tab-changing in conjunction with ScrollView?

The best I could find on this particular issue (although I do not use a Gallery): ScrollView and Gallery interfering …

android scrollview swipe
Android, Horizontal and Vertical Scroll for GridLayout

I'm having trouble getting a GridLayout to scroll horizontally. I found a similar question Gridlayout + ScrollView. I tried that method, …

android scrollview grid-layout
Overriding onTouchEvent competing with ScrollView

From a simplistic overview I have a custom View that contains some bitmaps the user can drag around and resize. …

android user-interface drag-and-drop scrollview
Adjust scrollview when keyboard is up

I have an activity with a form in it. Because the form is quite long, I've used a scrollview. The …

android keyboard scrollview android-keypad