![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004.
textInputInstance.maxHPosition
Property (read-only); indicates the maximum value of TextInput.hPosition. The default value is 0.
The following code scrolls to the far right:
myTextInput.hPosition = myTextInput.maxHPosition;
![]() ![]() | |