Enumeration of different overflow types.
public static function typeToString(type:int):String
Returns the string representation of the given overflow.
Parameters
| type:int — type of overflow
|
Returns
| String — the string representation of the given overflow
|
Throws
| — if overflow is not supported
|
public static const AUTO:int = 0x001
Auto overflow. Scroller will be visible only if container requires it.
public static const HIDDEN:int = 0x003
Hidden overflow. Scroller will only cut overflow, but not show scroll components (equals to scollRect).
public static const SCROLL:int = 0x002
Scroll overflow. Scroller will be active only if container requires it (but visible).
Copyright 2009 - Tim Richter