Packageorg.apache.flex.core
Interfacepublic interface IScrollingLayoutParent

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The IScrollingLayoutParent interface is an ILayoutParent that has traditional scrollbars. The layout implementation often needs to know certain things about other objects in the component.



Public Properties
 PropertyDefined By
  border : Border
[read-only] The border.
IScrollingLayoutParent
  hScrollBar : ScrollBar
[read-only] The horizontal ScrollBar.
IScrollingLayoutParent
  vScrollBar : ScrollBar
[read-only] The vertical ScrollBar.
IScrollingLayoutParent
Property Detail
borderproperty
border:Border  [read-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The border.


Implementation
    public function get border():Border
hScrollBarproperty 
hScrollBar:ScrollBar  [read-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The horizontal ScrollBar.


Implementation
    public function get hScrollBar():ScrollBar
vScrollBarproperty 
vScrollBar:ScrollBar  [read-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The vertical ScrollBar.


Implementation
    public function get vScrollBar():ScrollBar