added in version 22.1.0
belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
Summary:
Nested Classes
| Inherited Constants
| Inherited Fields
| Ctors
| Methods
| Protected Methods
| Inherited Methods
| [Expand All]
NestedScrollView
public
class
NestedScrollView
extends FrameLayout
implements
NestedScrollingParent,
NestedScrollingChild2,
ScrollingView
java.lang.Object | ||||
↳ | android.view.View | |||
↳ | android.view.ViewGroup | |||
↳ | android.widget.FrameLayout | |||
↳ | android.support.v4.widget.NestedScrollView |
NestedScrollView is just like ScrollView
, but it supports acting
as both a nested scrolling parent and child on both new and old versions of Android.
Nested scrolling is enabled by default.
Summary
Nested classes | |
---|---|
interface |
NestedScrollView.OnScrollChangeListener
Interface definition for a callback to be invoked when the scroll X or Y positions of a view change. |
Inherited constants |
---|
![]()
android.view.ViewGroup
|
![]()
android.view.View
|