Element/GUI/Scrollbar

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
Example GUI scrollbar.

The GUI scrollbar class represents GUI scrollbars in MTA's GUI system. These can be moved with cursor and it's position can be checked and set by script. These are built by default to certain GUI elements (gridlists) if they exceed the given size.

The element type of this class is "gui-scrollbar".

Related scripting functions

Client

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows