Top "Scrollview" questions

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

Is there a way to disable/edit the fading that a list view has at its edges?

Scrollable views such as the ListView have a fade out of the content along the edges where there is more …

android user-interface listview fade scrollview
JQM horizontal scroll navbar

i"ve been hunting the docs and can't seem to find a way to make a scrollable horizontal navbar in …

jquery-mobile scrollview navbar
Gesture detection and ScrollView issue

I'm trying to create a layout with a ViewFlipper containing ScrollViews. The idea is to detect horizontal swipes to move …

android scrollview gesture
Making the vertical scrollbar visible

I want to make the vertical scroll bar permanently visible. Currently the scroll bar appears only when I attempt to …

android textview scrollview
Center content in scroll view

I want to center my LinearLayout within ScrollView. When LinearLayout's height is small it's centered alright (see image #1) but when …

android scrollview layout-gravity
Disable ScrollView action

In my application i've a line for increasing the width of a widget(by dragging the line to right/left) …

android-widget scrollview
How to add floating action button on top of scrollview

I have a floating action button that I would like to add on top of a scrollview so that the …

android user-interface android-studio scrollview floating-action-button
If ScrollView only supports one direct child, how am I supposed to make a whole layout scrollable?

I have 3 text views in a layout, where the text clips a tad on the bottom on my droid 2... How …

android xml formatting scrollview dimensions
Flutter: ListView not scrollable, not bouncing

I have the following example (tested on an iPhone X, iOS 11): import 'package:flutter/material.dart'; void main() => runApp(…

listview dart scrollview flutter
Adding a View inside a ScrollView programmatically

This is the xml code: <LinearLayout android:id="@+id/mainLayout" xmlns:android="http://schemas.android.com/apk/res/android" …

android layout view scrollview programmatically-created