Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the over-scroll mode for this view. The result will be
one of View.OverScrollAlways (default), View.OverScrollIfContentScrolls
(allow over-scrolling only if the view content is larger than the container),
or View.OverScrollNever.
Set method documentation [Android Documentation]
Set the over-scroll mode for this view. Valid over-scroll modes are
View.OverScrollAlways (default), View.OverScrollIfContentScrolls
(allow over-scrolling only if the view content is larger than the container),
or View.OverScrollNever.
Setting the over-scroll mode of a view will have an effect only if the
view is capable of scrolling.