Skip to content

ScrollBar

coding_jackalope edited this page Apr 13, 2020 · 1 revision
Table of Contents

Overview

There are only a few things that can be altered for scroll bars within windows. As this project grows, more options to alter the behavior of scroll bars will be introduced here. Currently, the color of the scroll bars can be changed through the style. The documentation can be found Here.

API

Below is a list of functions associated with the Scroll API.

SetScrollSpeed

Sets the speed of scrolling when using the mouse wheel.

GetScrollSpeed

Retrieves the speed of scrolling for the mouse wheel.

Return Description
Boolean The current wheel scroll speed.
Clone this wiki locally