Package | at.controls |
Class | public class FixedScrollThumb |
Inheritance | FixedScrollThumb ![]() |
Subclasses | HFixedScrollThumb, VFixedScrollThumb |
ScrollUtils
to create a ScrollThumb
on
a ScrollBar
that has a fixed, defined size.
Method | Defined by | ||
---|---|---|---|
Constructor.
| FixedScrollThumb | ||
setActualSize(w:Number, h:Number):void
Sets the width and height of the component to the specific sizes provided.
| FixedScrollThumb |
FixedScrollThumb | () | constructor |
public function FixedScrollThumb()
Constructor.
setActualSize | () | method |
public override function setActualSize(w:Number, h:Number):void
Sets the width and height of the component to the specific sizes provided.
Parametersw:Number — The width in pixels
|
|
h:Number — The height in pixels
|