class
ScrollView

package haxe.ui.containers

↪ haxe.ui.containers.ScrollView

Known Subclasses:  ListView, PropertyGrid, TableView, TreeView


behaviour
bindable
clonable
allowAutoScroll:Bool
behaviour
bindable
clonable
autoHideScrolls:Bool
behaviour
bindable
clonable
contentHeight:Null<Float>
behaviour
bindable
clonable
contentLayoutName:String
behaviour
bindable
clonable
contentWidth:Null<Float>
behaviour
bindable
clonable
contents:Component
behaviour
bindable
clonable
horizontalScrollPolicy:ScrollPolicy
behaviour
bindable
clonable
hscrollMax:Float
behaviour
bindable
clonable
hscrollPageSize:Float
behaviour
bindable
clonable
hscrollPos:Float
behaviour
bindable
clonable
hscrollThumbSize:Null<Float>
behaviour
bindable
clonable
percentContentHeight:Null<Float>
behaviour
bindable
clonable
percentContentWidth:Null<Float>
behaviour
bindable
clonable
scrollMode:ScrollMode
behaviour
bindable
clonable
scrollPolicy:ScrollPolicy
behaviour
bindable
clonable
thumbSize:Null<Float>
behaviour
bindable
clonable
verticalScrollPolicy:ScrollPolicy
behaviour
bindable
clonable
virtual:Bool
behaviour
bindable
clonable
vscrollMax:Float
behaviour
bindable
clonable
vscrollPageSize:Float
behaviour
bindable
clonable
vscrollPos:Float
behaviour
bindable
clonable
vscrollThumbSize:Null<Float>


override
cloneComponent():ScrollView
ensureVisible(component:Component):Void


write-only
onScroll:ScrollEvent->Void