blob: 50047c6b51556dc4f77ecbc3a8e47706bd92774a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
## Name
GML Scrollable Container Widget
## Description
Defines a GUI scrollable container widget.
## Synopsis
`@GUI::ScrollableContainerWidget`
## Examples
```gml
@GUI::ScrollableContainerWidget {
}
```
## Registered Properties
| Property | Type | Possible values | Description |
|------------------------------------|------|-----------------|---------------------------------------------|
| scrollbars_enabled | bool | true or false | Status of scrollbar |
| should_hide_unnecessary_scrollbars | bool | true or false | Whether to hide scrollbars when unnecessary |
|