A view port for scrolling containers that extend BaseScrollContainer.

Available since

1.0.0

.

See also:

Variables

@:flash.propertymaxVisibleHeight:Null<Float>

The maximum height of the view port. This value may be different from the maximum height of the view port's content.

To access the maximum height of the view port's content, use the maxHeight property.

Available since

1.0.0

.

@:flash.propertymaxVisibleWidth:Null<Float>

The maximum width of the view port. This value may be different from the maximum width of the view port's content.

To access the maximum width of the view port's content, use the maxWidth property.

Available since

1.0.0

.

@:flash.propertyminVisibleHeight:Null<Float>

The minimum height of the view port. This value may be different from the minimum height of the view port's content.

To access the minimum height of the view port's content, use the minHeight property.

Available since

1.0.0

.

@:flash.propertyminVisibleWidth:Null<Float>

The minimum width of the view port. This value may be different from the minimum width of the view port's content.

To access the minimum width of the view port's content, use the minWidth property.

Available since

1.0.0

.

@:flash.propertyread onlyrequiresMeasurementOnScroll:Bool

Indicates if the content of the view port must be re-measured when scrolling. Typically used by "virtualized" layouts.

Available since

1.0.0

.

@:flash.propertyscrollX:Float

The current horizontal scroll position (on the x-axis).

Available since

1.0.0

.

@:flash.propertyscrollY:Float

The current vertical scroll position (on the y-axis).

Available since

1.0.0

.

@:flash.propertyvisibleHeight:Null<Float>

The height of the view port. This value may be smaller than the height of the view port's content, which indicates that scrolling is required.

To access the height of the view port's content, use the height property.

Available since

1.0.0

.

@:flash.propertyvisibleWidth:Null<Float>

The width of the view port. This value may be smaller than the width of the view port's content, which indicates that scrolling is required.

To access the width of the view port's content, use the width property.

Available since

1.0.0

.