Overview
A scrollable area for other visible elements.
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | content | Node | ![]() | ![]() | ![]() |
The node embedded in the scroll view. |
|
public | fill | Paint | ![]() | ![]() | ![]() | Color.TRANSPARENT |
The background of the scroll view. |
public | hscrollBarVisible | Boolean | ![]() | ![]() | ![]() | true |
A value indicating whether the horizontal scrollbar is visible. |
public | vscrollBarVisible | Boolean | ![]() | ![]() | ![]() | true |
A value indicating whether the vertical scrollbar is visible. |