Top "Scrollview" questions

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

How to determine if a NestedScrollView is scrolled to the end and is idle?

Tried that : NestedScrollView ns =(NestedScrollView) findViewById(R.id.nested_scroll); ns.setOnScrollChangeListener(new NestedScrollView.OnScrollChangeListener() { @Override public void onScrollChange(NestedScrollView …

android scrollview android-scrollview nestedscrollview android-nestedscrollview
edittext inside scrollview, how to scroll to edittext when it gets the focus

have an edittext inside scrollview. (and there are other views inside scrollview above edittext.) When user presses the edittext, keyboard …

android focus android-edittext scrollview android-keypad
ScrollView with children view, how to intercept scroll conditionally

I have a container ViewGroup, lets call it screen inside a ScrollView. This container view hosts a number of other …

android touch scrollview touch-event
Android Scrollview in RelativeLayout with ButtonBar

I'm trying to implement a login view where several EditTexts and a logo are displayed on the screen with a …

android scrollview android-relativelayout buttonbar
How to show header when scroll up and hide header when scroll down on FlatList

Now I want to create, exactly like Facebook's app do, a bar displayed above my tabNavigator. This tabs hide on …

react-native scrollview react-native-flatlist
Horizontal swipe not detected in ScrollView's parent

Possible Duplicate: Gesture detection and ScrollView issue EDIT: question with full code asked here. I've got a layout with a …

android scrollview gesture
Android: Detect when ScrollView has finished scrolling and bouncing back?

I have a ScrollView which has two hidden images, one at the top and one at the bottom. In between …

android scrollview bounce
How use Button in ScrollView in NGUI to scroll the object

I made the Scrollable View in NGUI using following tutorials Here but how can I use button to scroll the …

unity3d scrollview ngui
Android::VideoView inside a ScrollView

I have a VideoView that is inside a scrollView. When I scroll the scrollView, the VideoView does not scroll with …

android video scroll scrollview android-videoview
Android - EditText multiline forced to fill height

I need a EditText that fills in height my window. I'm using this: <ScrollView xmlns:android="http://schemas.android.…

android android-edittext scrollview multiline fill-parent