OverScrollMode Enum

Definition

Defines how a view responds when scrolling beyond its content.

public enum OverScrollMode
type OverScrollMode = 
Inheritance
OverScrollMode

Fields

Name Value Description
Always 0

Always allow a user to over-scroll this view, provided it is a view that can scroll.

IfContentScrolls 1

Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll, provided it is a view that can scroll.

Never 2

Never allow a user to over-scroll this view.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to