Overview
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
background | Rectangle |
the background-node |
|||||
clipPane | Group |
the clipping area for the content |
|||||
public | content | Node | ![]() | ![]() | ![]() |
the content node of the pane |
|
heightScroll | ScrollBar |
vertical scrollbar |
|||||
public | maxHeight | Number | ![]() | ![]() | ![]() |
height limit |
|
public | maxWidth | Number | ![]() | ![]() | ![]() |
width limit |
|
transformGroup | Group |
the node used to translate the content |
|||||
viewHeightScroll | Boolean |
views/hide the scrollbar for the horizontal scroll |
|||||
viewWidthScroll | Boolean |
views/hide the scrollbar for the vertical scroll |
|||||
widthScroll | ScrollBar |
horizontal scrollbar |
Inherited Variables
Function Summary
- computeScrollHeight(value: Double, max: Double) : Integer
- computeScrollWidth(value: Double, max: Double) : Integer
- protected create() : javafx.scene.Node