MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 465

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

Description
Property; scrolls the list horizontally to the number of pixels specified. You can't set
unless the value of
Example
The following example gets the horizontal scroll position of
var scrollPos = myList.hPosition;
The following example sets the horizontal scroll position all the way to the left:
myList.hPosition = 0;
List.hScrollPolicy
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
listInstance.hScrollPolicy
Description
Property; a string that determines whether the horizontal scroll bar is displayed; the value can be
or
. The default value is
"on"
"off"
must set a maximum horizontal scroll position (see
Note:
List.hScrollPolicy
Example
The following code enables the list to scroll horizontally up to 200 pixels:
myList.hScrollPolicy = "on";
myList.Box.maxHPosition = 200;
See also
List.hPosition
List.iconField
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
listInstance.iconField
466
Chapter 6: Components Dictionary
is
hScrollPolicy
"on"
"off"
does not support the value
,
List.maxHPosition
and the list has a
maxHPosition
myList
. The horizontal scroll bar does not measure text; you
List.maxHPosition
.
"auto"
hPosition
that is greater than 0.
:
).

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents