interface IViewPort
package feathers.controls.supportClasses
extends IMeasureObject, IValidating, IUIControl
extended by LayoutViewPort, TextFieldViewPort
A view port for scrolling containers that extend BaseScrollContainer
.
1.0.0
.See also:
Variables
maxVisibleHeight: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.
1.0.0
.maxVisibleWidth: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.
1.0.0
.minVisibleHeight: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.
1.0.0
.minVisibleWidth: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.
1.0.0
.visibleHeight: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.
1.0.0
.visibleWidth: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.
1.0.0
.