Top "Scrollview" questions

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

React Router v4 - Keep scrolling position when switching components

I have two <Route>s created with react-router. /cards -> List of cards game /cards/1 -> …

javascript reactjs scrollview react-router-v4 react-router-dom
How to get the offset of a view inside a ScrollView?

There is a ScrollView and which has many children views. Is there any way to get the offset-y to the …

android scrollview offset
Android: Horizontal list view in vertical scroll view?

I want to make the same implementation a pulse application. Horizontal list view inside a vertical list view. i tried …

android scrollview horizontal-scrolling
How can I avoid "IllegalStateException: Scrollview can host only one direct child"?

I am using ScrollView in my Android Layout but it shows IllegalStateException "Scrollview can host only one direct child" How …

android scrollview
Unresponsive UIButton in subview added to UIStackView

In the detailViewController of a UISplitView I have subviews added to a UIStackView inside a UIScrollView. Just using system buttons …

swift uibutton scrollview uistackview
Remove scrollbar from ScrollView programmatically in Android

How can I remove the scroll bar from a ScrollView programmatically? setScrollBarStyle() only changes only the style of the scrollbar. …

android scrollview scrollbars
Android ScrollView refuses to scroll to bottom

I have a root scrollview element with a relativelayout in it, and a bunch of form elements inside the relative …

android android-layout scroll scrollview
scrollview can't scroll when focus textinput react native

I have a TextInput inside a ScrollView. The scroll isn't working when the TextInput is on focus. This problem is …

android-edittext react-native scrollview textinput react-native-scrollview
How can I change the OverScroll color in Android 2.3.1?

Since Android 2.3.1 there is a new feature for ScrollViews and Lists called OverScroll. With android:overScrollMode="never" I can turn …

android user-interface mobile scrollview
SwiftUI ScrollView: How to modify .content.offset aka Paging?

Problem How can I modify the scroll target of a scrollView? I am looking for kind of a replacement for …

scrollview swiftui ios13