13 lines
676 B
Markdown
13 lines
676 B
Markdown
Scrollbars are objects, the user can scroll vertically or horizontally, this will change a value, which you can access by :getValue().<br>
|
|
|
|
[Object](objects/Object.md) methods also apply for scrollbars.
|
|
|
|
| | |
|
|
|---|---|
|
|
|[setSymbol](objects/Scrollbar/setSymbol.md)|Sets the scrollbar symbol
|
|
|[setBackgroundSymbol](objects/Scrollbar/setBackgroundSymbol.md)|Sets the background symbol
|
|
|[setBarType](objects/Scrollbar/setBarType.md)|Sets the bar type (vertical or horizontal)
|
|
|[setMaxValue](objects/Scrollbar/setMaxValue.md)|Sets the maximum value
|
|
|[setIndex](objects/Scrollbar/setIndex.md)|Sets the current index
|
|
|[getIndex](objects/Scrollbar/getIndex.md)|Returns the index
|