DgsScrollPaneSetScrollBarState

From Multi Theft Auto: Wiki

This function force the scroll bar of the scroll pane to be enabled/disabled.

  • true: Force to be visible
  • false: Force to be invisible
  • nil: Auto adjusting

Syntax

bool dgsScrollPaneSetScrollBarState( element scrollPane [, bool/nil verticalState = nil, bool/nil horizontalState = nil ] )

Required Arguments

  • scrollPane: The dgs scroll pane to set.

Optional Arguments

  • verticalState : A boolean value of the state of vertical scroll bar.
  • horizontalState : A boolean value of the state of horizontal scroll bar.

Returns

Returns true if succeed, false otherwise.

Example

DGS = exports.dgs

local scrollPane = DGS:dgsCreateScrollPane ( 0.45, 0.45, 0.15, 0.15, true ) 
local label = DGS;dgsCreateLabel(0.2,5,0.2,0.2,"test",true,scrollPane)
DGS:dgsScrollPaneSetScrollBarState(scrollPane,false,false)    --Disable them

See Also

Multi Language Supports

Animation

3D Interface

3D Text

Arrow List

Browser

Button

Check Box

Combo Box

Edit

Ellipse Detect Area

Detect Area

Grid List

Image

Memo

Label

Progress Bar

Radio Button

Scroll Bar

Scroll Pane

Switch Button

Tab Panel

Window

Plugin

Media Browser

Rounded Rectangle

Color Picker

Blur Box

Effect 3D