Scroll メソッド (FlexTextArea)

クラス

FlexTextArea.

処理

scroll イベントのイベント オブジェクトの type プロパティの値を定義します。

構文

textArea.Scroll(position, direction, detail)
変数 説明
position 新しいスクロールの位置。 Integer
direction スクロールの方向(ScrollEventDirection.HORIZONTAL または ScrollEventDirection.VERTICAL)。 FlexScrollDirection
detail スクロール動作の種類。 有効な値の定数は ScrollEventDetail クラスで提供されます。 FlexScrollDetail