ScrollPanelBehavior
Configures how a ScrollPanel behaves.
Types
Properties
Children within a ScrollPanel
A ScrollPanel's insets
Whether a ScrollPanel is a focus-cycle-root
A ScrollPanel's layout
Listener registered by ScrollPanel to listen for scroll events from the behavior. Behaviors should be used this instead of ScrollPanel.scrollTo since it bi-passes validation to support things like bouncing.
Listener registered by ScrollPanel to listen for scroll bar visibility events from the behavior.
Functions
Called by the ScrollPanel that this behavior is installed in whenever the panel scrolls.
Inherited functions
Allows the Behavior to override the View's View.childrenClipPath property.
Allows the Behavior to override the View's View.clipCanvasToBounds property.
Called when the Behavior is applied to a View.
Allows the Behavior to override the View's View.mirrorWhenRightLeft property.
Invoked to render the given View.
Called when the Behavior is removed from a View.