Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 427 Bytes

File metadata and controls

22 lines (13 loc) · 427 Bytes

text.scrollable

Availability

Flash MX 2004.

Usage

text.scrollable

Description

Property; a Boolean value. If the value is true, the text can be scrolled.

This property works only with dynamic or input text; it generates a warning if used with static text.

Example

The following example sets the scrollable property to false:

fl.getDocumentDOM().selection[0].scrollable = false;