mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-30 23:42:45 +00:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			678 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			678 B
		
	
	
	
	
	
	
	
Name
GML Scrollable Container Widget
Description
Defines a GUI scrollable container widget.
Synopsis
@GUI::ScrollableContainerWidget
Examples
@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 | 
