MovieClip
+--mx.core.UIObject
+--mx.core.UIComponent
+--mx.core.View
+--mx.core.ScrollView__hPosition, __hScrollPolicy, __maxHPosition, __viewMetrics, __vPosition, __vScrollPolicy, className, columnWidth, heightPadding, hPosition, hScroller, hScrollPolicy, invLayout, MASK_DEPTH, mask_mc, maxHPosition, maxVPosition, numberOfCols, oldRndUp, owner, propsInited, rowC, rowH, scrollAreaChanged, specialHScrollCase, symbolName, symbolOwner, viewableColumns, viewableRows, vPosition, vScroller, vScrollPolicy, widthPadding__tabIndex, _loadExternalClass, border_mc, boundingBox_mc, childNameBase, className, createClassChildAtDepth, depth, hasBeenLayedOut, loadExternal, numChildren, symbolName, symbolOwner, tabIndexclipParameters, drawFocus, enabled, focusEnabled, focusManager, focusTextField, groupName, height, kStretch, mergedClipParameters, origBorderStyles, origBorderValues, popUp, symbolName, symbolOwner, tabEnabled, tabIndex, width__height, __onUnload, __width, _color, _endInit, _id, _maxHeight, _maxWidth, _minHeight, _minWidth, _preferredHeight, _preferredWidth, _tf, _topmost, addEventListener, bottom, buildDepthTable, changeColorStyleInChildren, changeTextStyleInChildren, childrenCreated, className, clipParameters, color, createAccessibilityImplementation, createChildAtDepth, createClassChildAtDepth, createEvent, dispatchEvent, embedFonts, findNextAvailableDepth, fontFamily, fontSize, fontStyle, fontWeight, handleEvent, height, idNames, ignoreClassStyleDeclaration, initProperties, invalidateFlag, left, lineColor, lineWidth, marginLeft, marginRight, methodTable, minHeight, minWidth, notifyStyleChangeInChildren, removeEventListener, right, scaleX, scaleY, setStyle, stylecache, styleName, symbolName, symbolOwner, tabEnabled, textAlign, textColorList, textDecoration, textIndent, tfList, top, validateNow, visible, width, x, y_alpha, _currentframe, _droptarget, _focusrect, _framesloaded, _height, _lockroot, _name, _parent, _quality, _rotation, _soundbuftime, _target, _totalframes, _url, _visible, _width, _x, _xmouse, _xscale, _y, _ymouse, _yscale, enabled, focusEnabled, hitArea, tabChildren, tabEnabled, tabIndex, tooltipText, trackAsMenu, useHandCursornew ScrollView()
static symbolName:Stringstatic symbolOwner:ObjectclassName:StringhScroller:ScrollBarvScroller:ScrollBarmask_mc:MovieClip__vScrollPolicy:String__hScrollPolicy:String__vPosition:Number__hPosition:NumbernumberOfCols:NumberrowC:NumbercolumnWidth:NumberrowH:NumberheightPadding:NumberwidthPadding:NumberoldRndUp:Number__maxHPosition:NumberviewableRows:NumberviewableColumns:NumberpropsInited:BooleanscrollAreaChanged:BooleaninvLayout:BooleanspecialHScrollCase:Boolean__viewMetrics:ObjectMASK_DEPTH:Numberowner:MovieCliphScrollPolicy:StringvScrollPolicy:StringhPosition:NumbervPosition:NumbermaxVPosition:Number [Read Only]maxHPosition:Numberfunction setScrollProperties(colCount:Number, colWidth:Number, rwCount:Number, rwHeight:Number, hPadding:Number, wPadding:Number):Voidset the parameters for scrolling
- Parameters
colCountnumber of units to scroll horizontally colWidthwidth in pixels of each of those units rwCountnumber of untis to scroll vertically rwHeightheight in pixels of each of those units hPaddingpixels on the left edge that are not scrolled (for row headers)
function getViewMetrics(Void):Objectget the thickness of the edges of the object taking into account the border and scrollbars if visible
- Return
- object with left, right, top and bottom edge thickness in pixels