GetScrollbars

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

GetScrollbars:Int()
Return whether or not scrollbars will show.

Returns

Returns one of (Integer):

  • ifsoGUI_SCROLLBAR_ON - Scrollbars always show.
  • ifsoGUI_SCROLLBAR_OFF - Scrollbars do not show.
  • ifsoGUI_SCROLLBAR_AUTO - Scrollbars show if a child gadgets extends out of the viewable area.

Parameters

None

Gadget Information

Pertains to any gadget that uses scrollbars.

Example

Personal tools