setScrollEnabled

Sets whether the text field can be scrolled (horizontally for single-line fields, vertically for multi-line fields), defaults to true. If scrolling is disabled, user input to the field is limited to the available visible space of the form element. For programmatic access, the application has to take care of respecting the maximum input.

Return

true when text scrolling is enabled.