guiScrollPaneSetScrollBars | Multi Theft Auto: Wiki Skip to content

guiScrollPaneSetScrollBars

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function allows a scrollpane's scrollbars to be forced on, or returned to default.

Syntax

guiScrollPaneSetScrollBars ( )

Code Examples

client

This example just checks to see if the scrollpane is created then sets the scrollbars. (TESTED!)

scrollpane = guiCreateScrollPane(332,195,286,249,false)
if(scrollpane)then
guiScrollPaneSetScrollBars(scrollpane,true,true)
end

See Also

GUI Functions