Type | Name | Description | Notes |
UInt | bottomMargin | Returns the bottom margin. | |
Void | fitToContents() | Resizes the object so that the scrollable area is entirely visible. | |
Boolean | horizontalScrollbar | Shows or hides the horizontal scroll bar. | |
Boolean | horizontalScrollbarAsNeeded | Sets or gets the state of the horizontal scroll bar. If horizontalScrollbarAsNeeded is set to true , then the horizontal scroll bar is visible only when required. It can appear or disappear when adding or removing items. | |
Direction | horizontalScrollbarPosition | Sets or gets the position of the horizontal scroll bar. | |
UInt | leftMargin | Returns the left margin. | |
UInt | rightMargin | Returns the right margin. | |
UInt | topMargin | Returns the top margin. | |
Boolean | verticalScrollbar | Shows or hides the vertical scroll bar. | |
Boolean | verticalScrollbarAsNeeded | Sets or gets the state of the vertical scroll bar. If verticalScrollbarAsNeeded is set to true , then the vertical scroll bar is visible only when required. It can appear or disappear when adding or removing items. | |
Direction | verticalScrollbarPosition | Sets or gets the position of the vertical scroll bar. | |