TextAreaScrollMode
#include <bb/cascades/TextAreaScrollMode>
Represents a scoll mode for the TextArea.
The TextAreaScrollMode determines how the TextArea behaves when scrolling in the vertical direction.
BlackBerry 10.0.0
Public Types
Scroll modes for a TextArea.
BlackBerry 10.0.0
- Default = 0
The platform decides scrolling behavior based on content and context.
Typically this will behave according to the standard scroll mode.
Since:BlackBerry 10.0.0
- Elastic = 1
Elastic scrolling.
Trying to scroll outside the content area will be result in an elastic behaviour.
Since:BlackBerry 10.0.0
- Stiff = 2
Stiff scrolling.
Trying to scroll outside the content area will halt the scrolling resulting in a stiff behaviour.
Since:BlackBerry 10.0.0