Module scroll_view
Modules§
- scroll_
direction_ message_ arguments - scroll_
edge_ message_ arguments - scroll_
message_ arguments - scroll_
page_ message_ arguments - zoomed_
message_ arguments
Structs§
- ALLOWED_
SCROLL_ AXIS_ PROPERTY - Sets the axis on which you want to allow this Scroll View node to scroll.
- DRAGGING_
ACCELERATION_ COEFFICIENT_ PROPERTY - Sets the acceleration of the node controlled by a Scroll View node while you drag that Scroll View node. Use low values when you want that node to slowly reach the final position. Use high values when you want that node to quickly reach the final position.
- DRAGGING_
DRAG_ COEFFICIENT_ PROPERTY - Sets the amount that drag affects the movement of the node controlled by a Scroll View node while you drag that Scroll View node. The lower the value the higher the drag and the faster the sliding of that node stops.
- DRAGGING_
IMPULSE_ FACTOR_ PROPERTY - Sets the amount of impulse generated from the pointing device movement when dragging a Scroll View node.
- LOOPING_
X_ ENABLED_ PROPERTY - Sets the node controlled by a Scroll View node to start scrolling from the beginning when the scroll reaches the scroll bounds on the x axis. When the scroll value reaches the maximum value of the bound, the value changes to the minimum value and the other way around. Use the Scroll Bounds Minimum and Scroll Bounds Maximum properties to set the scroll bounds.
- LOOPING_
Y_ ENABLED_ PROPERTY - Sets the node controlled by a Scroll View node to start scrolling from the beginning when the scroll reaches the scroll bounds on the y axis. When the scroll value reaches the maximum value of the bound, the value changes to the minimum value and the other way around. Use the Scroll Bounds Minimum and Scroll Bounds Maximum properties to set the scroll bounds.
- MAXIMUM_
NUMBER_ OF_ TOUCHES_ PROPERTY - Sets the maximum number of touch points allowed for a Scroll View pan.
- MINIMUM_
NUMBER_ OF_ TOUCHES_ PROPERTY - Sets the required number of touch points pressed for a Scroll View node pan to start. Scroll View nodes with minimum number of touches greater than one precede the children in touch processing.
- RECOGNITION_
THRESHOLD_ PROPERTY - Sets the amount a pointing device must move for the scrolling to start on a Scroll View node.
- REVERSED_
X_ AXIS_ SCROLL_ PROPERTY - Whether the scroll position of the x axis increases in relation to the direction of the pan gesture. This reverses the direction of scrolling. By default, the scroll position decreases in relation to the pan direction.
- REVERSED_
Y_ AXIS_ SCROLL_ PROPERTY - Whether the scroll position of the y axis increases in relation to the direction of the pan gesture. This reverses the direction of scrolling. By default, the scroll position decreases in relation to the pan direction.
- SCROLLED
- Occurs when the scroll position of a Scroll View node changes.
- SCROLLING_
PROPERTY - Whether a Scroll View node is currently scrolling (read-only).
- SCROLL_
BOUNDS_ MAXIMUM_ PROPERTY - Sets the coordinates of the bottom-right corner of the scroll bounds rectangle. Scroll bounds define where the scrolling begins and ends.
- SCROLL_
BOUNDS_ MINIMUM_ PROPERTY - Sets the coordinates of the top-left corner of the scroll bounds rectangle. Scroll bounds define where the scrolling begins and ends.
- SCROLL_
DIRECTION - Sets the scroll delta to one step and starts scrolling in that direction
- SCROLL_
DOWN - Sets the scroll delta to one step down and starts scrolling in that direction. Use this action to scroll a Scroll View or Grid List Box node.
- SCROLL_
EDGE - Sets the scroll target to the edge of a Scroll View node and starts scrolling in that direction
- SCROLL_
END - Sets the scroll delta to end and starts scrolling in that direction. Use this action to scroll a Scroll View or Grid List Box node.
- SCROLL_
ENDED - Occurs when the scroll position of a Scroll View node stops changing.
- SCROLL_
HOME - Sets the scroll delta to home and starts scrolling in that direction. Use this action to scroll a Scroll View or Grid List Box node.
- SCROLL_
LEFT - Sets the scroll delta to one step left and starts scrolling in that direction. Use this action to scroll a Scroll View or Grid List Box node.
- SCROLL_
PAGE - Sets the scroll delta to one page and starts scrolling in that direction
- SCROLL_
PAGE_ DOWN - Sets the scroll delta to one page down and starts scrolling in that direction. Use this action to scroll a Scroll View or Grid List Box node.
- SCROLL_
PAGE_ UP - Sets the scroll delta to one page up and starts scrolling in that direction. Use this action to scroll a Scroll View or Grid List Box node.
- SCROLL_
POSITION_ PROPERTY - Sets the scroll position of the Scroll View along the x and y axes as a relative position within the scroll view area. Use this property to set the scroll position immediately, without scrolling. To update the scroll position with a binding, use a two-way or to-source binding.
- SCROLL_
RIGHT - Sets the scroll delta to one step right and starts scrolling in that direction. Use this action to scroll a Scroll View or Grid List Box node.
- SCROLL_
SPEED_ PROPERTY - The current scroll speed (read-only).
- SCROLL_
STARTED - Occurs when the scroll position of a Scroll View node starts changing.
- SCROLL_
TARGET_ POSITION_ PROPERTY - The current target scroll value (read-only).
- SCROLL_
UP - Sets the scroll delta to one step up and starts scrolling in that direction. Use this action to scroll a Scroll View or Grid List Box node.
- SENSITIVITY_
PROPERTY - Sets the amount the position changes relative to the movement of the pointer that starts the swiping. The higher the value the more the position of the node controlled by a Scroll View node changes. The default value is 1.
- SET_
SCROLL - Sets the scroll position of a Scroll View node.
- SET_
SCROLL_ TARGET - Sets the scrolling target of the scroll view.
- SLIDING_
ACCELERATION_ COEFFICIENT_ PROPERTY - Sets the acceleration of the node controlled by a Scroll View node after you release the pointer with which you swipe. Use low values when you want that node to slowly reach the final position. Use high values when you want that node to quickly reach the final position.
- SLIDING_
DRAG_ COEFFICIENT_ PROPERTY - Sets the amount that drag affects the movement of the node controlled by a Scroll View node after you release the pointer with which you swipe. The lower the value the higher the drag and the faster the sliding of the object controlled by the Scroll View node stops.
- SNAP_
REQUEST - Occurs when a Scroll View node requests snapping target from the hosting component.
- STEP_
MULTIPLIER_ PROPERTY - Sets the smallest distance that a Scroll View scrolls.
- SWIPE_
DISTANCE_ PROPERTY - Sets the distance that a swipe sends the scroll value, relative to the pointing device speed.
- Scroll
Direction Message Arguments - Scroll
Down Message Arguments - Scroll
Edge Message Arguments - Scroll
EndMessage Arguments - Scroll
Finished Message Arguments - Scroll
Home Message Arguments - Scroll
Left Message Arguments - Scroll
Message Arguments - Scroll
Page Down Message Arguments - Scroll
Page Message Arguments - Scroll
Page UpMessage Arguments - Scroll
Right Message Arguments - Scroll
Started Message Arguments - Scroll
UpMessage Arguments - Scroll
View Concept - Scrolled
Message Arguments - SetScroll
Message Arguments - SetScroll
Target Message Arguments - Snap
Request Message Arguments - USER_
SCROLL_ ENDED - Occurs when the user stops scrolling a Scroll View node.
- USER_
SCROLL_ STARTED - Occurs when the user starts scrolling a Scroll View node.
- User
Scroll Finished Message Arguments - User
Scroll Started Message Arguments - ZOOMED
- Occurs when the zoom level of a Scroll View node changes.
- ZOOM_
AFFECTS_ SCROLLING_ PROPERTY - Controls whether the scroll position is scaled, according to the zoom level.
- ZOOM_
ENABLED_ PROPERTY - Sets whether to install a pinch manipulator that generates zoom messages.
- ZOOM_
MAXIMUM_ PROPERTY - Sets the maximum zoom level.
- ZOOM_
MINIMUM_ PROPERTY - Sets the minimum zoom level.
- ZOOM_
PROPERTY - Sets the current zoom level.
- Zoomed
Message Arguments
Enums§
- Allowed
Scroll Axis - Enumeration for AllowedScrollAxisProperty which sets the axis on which you want to allow a Scroll View node to scroll.
Traits§
- IScroll
View Concept - ScrollViewConcept is the base class that provides the functionality for the ScrollView2D and ScrollView3D classes. Both of these Scroll View types inherit the ScrollViewConceptImpl, a specialization of the base class: