deploy: 5a1ec672a7
This commit is contained in:
16
docs/references/elements/ScrollFrame.md
Normal file
16
docs/references/elements/ScrollFrame.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# ScrollFrame
|
||||
_A container that provides automatic scrolling capabilities with visual scrollbars. Displays vertical and/or horizontal scrollbars when child content exceeds the container's dimensions._
|
||||
|
||||
Extends: `Container`
|
||||
|
||||
## Properties
|
||||
|
||||
|Property|Type|Default|Description|
|
||||
|---|---|---|---|
|
||||
|showScrollBar|boolean|true|Whether to show scrollbars|
|
||||
|scrollBarSymbol|string|"|" The symbol used for the scrollbar handle|
|
||||
|scrollBarBackground|string|"\127"|The symbol used for the scrollbar background|
|
||||
|scrollBarColor|color|lightGray|Color of the scrollbar handle|
|
||||
|scrollBarBackgroundColor|color|gray|Background color of the scrollbar|
|
||||
|contentWidth|number|0|The total width of the content (calculated from children)|
|
||||
|contentHeight|number|0|The total height of the content (calculated from children)|
|
||||
Reference in New Issue
Block a user