Top "Scrollview" questions

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

scrollView Inside Horizontal Scrollview not working properly

Hope we have good time.dude i m stuck in a little problem .when i place vertical scroll view inside …

android scrollview horizontalscrollview
Android bottom button bar & scroll view with dialog theme

I am trying to display an Android activity with: a dialog theme; a title fixed at the top of the …

android dialog scrollview buttonbar
How to scroll to a particular position in recyclerview inside scrollview?

I have searched a lot regarding my query and none of them was useful. I have a recyclerview and some …

android android-recyclerview scrollview android-nestedscrollview linearlayoutmanager
Capture onScroll event in Android ScrollView

Simple scenario - ScrollView hosting a single LinearLayout which has several children - the preferred pattern to allow a scroll …

android scrollview android-linearlayout onscrolllistener
Scrollview Not working for Cardview

I have been working on a app, but stuck in a xml layout issue, the scrollview I usually use is …

android xml android-layout scrollview nestedscrollview
HorizontalScrollView inside ScrollView - disable vertical scroll when horizontal scroll is in progress

I have a parent which is ScrollView, which holds a HorizontalScrollView as one of it's child views. All works perfectly, …

android scrollview horizontalscrollview
Flutter sliver container

I'm new to flutter and I'm not able to achieve the layout I want. I have one sliverAppBar with 3 tabs. …

flutter scrollview flutter-sliver
Android - TabHost inside ScrollView

I'm writing an app that implements nested tabs. Because two sets of tabs occupy quite a bit of space and …

android scrollview android-tabhost tabwidget android-xml
style Vs contentContainerStyle in ScrollView?

When I apply {alignItems: 'center', justifyContent: 'center'} to style prop, got following error, ScrollView child layout must be applied through …

react-native scrollview
SwiftUI automatically scroll to bottom in ScrollView (Bottom first)

My problem is that i have (in SwiftUI) a ScrollView with an foreach inside. Know when the foreach loads all …

foreach scroll scrollview swiftui swiftui-list