T > TextField.bottomScroll |
![]() ![]() ![]() |
TextField.bottomScroll
Availability
Flash Player 6.
Usage
TextField.bottomScroll
Description
Property (read-only); an integer (1-based index) that indicates the bottommost line that is currently visible in TextField
. Think of the text field as "a window" onto a block of text. The property Textfield.scroll
is the 1-based index of the topmost visible line in the window.
All the text between lines TextField.scroll
and TextField.bottomScroll
is currently visible in the text field.
![]() ![]() ![]() |