
Nested Class Summary Nested Classes Modifier and Type.Node accessibleHelp, accessibleRoleDescription, accessibleRole, accessibleText, blendMode, boundsInLocal, boundsInParent, cacheHint, cache, clip, cursor, depthTest, disabled, disable, effectiveNodeOrientation, effect, eventDispatcher, focused, focusTraversable, hover, id, inputMethodRequests, layoutBounds, layoutX, layoutY, localToParentTransform, localToSceneTransform, managed, mouseTransparent, nodeOrientation, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScrollFinished, onScroll, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoomFinished, onZoom, onZoomStarted, opacity, parent, pickOnBounds, pressed, rotate, rotationAxis, scaleX, scaleY, scaleZ, scene, style, translateX, translateY, translateZ, visible Properties inherited from class javafx.scene.Region background, border, cacheShape, centerShape, height, insets, maxHeight, maxWidth, minHeight, minWidth, opaqueInsets, padding, prefHeight, prefWidth, scaleShape, shape, snapToPixel, width

The current vertical scroll position of the ScrollPane.

Implementation of ScrollPane According to JavaFX UI Control API Specification Since: JavaFX 2.0 Rectangle rect = new Rectangle(200, 200, Color.RED) This example creates a ScrollPane, which contains a Rectangle : ScrollPane sets focusTraversable to false. Of the node (for scaled content etc.), they need to wrap the scroll If an application wants the scrolling to be based on the visual bounds The boundsInParent (visual bounds) of the scroll node. ScrollPane layout calculations are based on the layoutBounds rather than These values are mapped proportionally onto the Maximum values for positioning the contents in the horizontal and The ScrollPane allows the application to set the current, minimum, and Independently for the horizontal and vertical scroll bars. The ScrollPane allows specification of the scrollīar policy, which determines when scroll bars are displayed: always, never, ItĪllows the user to scroll the content around either directly (panning) orīy using scroll bars.

A Control that provides a scrolled, clipped viewport of its contents.
