SetHScrollbar

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

SetHScrollbar(iHScrollbar:Int)
Sets whether or not the Horizontal Scrollbar will show.

Returns

Nothing

Parameters

  • iHScrollBar:Int - Should be:
    • ifsoGUI_SCROLLBAR_ON - Scrollbar always shows.
    • ifsoGUI_SCROLLBAR_OFF - Scrollbar do not shows.
    • ifsoGUI_SCROLLBAR_AUTO - Scrollbar shows if the contents go beyond the visible area of the gadget.

Gadget Information

Pertains to Listbox, Multi-Column Listbox, and Multi-Line Textbox.

Example

Personal tools