F
> FScrollPane.setHScroll
FScrollPane.setHScroll
FScrollPane, FScrollPane.setHScroll, setHScroll
Dostępność
Flash Player 6.
Użycie
myScrollPane.setHScroll(display)
Parametry
display A Boolean value specifying whether the scroll bar is always displayed (true) or never displayed (false), or a string specifying that the scroll bar is displayed only when necessary ("auto").
Calling this method overrides the Horizontal Scroll parameter value set during authoring.
Zwraca
Nic.
Opis
Method; determines whether a horizontal scroll bar is always displayed (true), never displayed (false), or only displayed when necessary ("auto"). The default value is auto.
Przykład
The following code hides the horizontal scroll bar for display1.
display1.setHScroll(false);
Zobacz również
FScrollPane.setVScroll