mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 18:35:07 +00:00
26 lines
678 B
Markdown
26 lines
678 B
Markdown
## 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 |
|