mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
27 lines
678 B
Markdown
27 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 |
|