Widget_scrollpane - gd-99/symbiogd GitHub Wiki

A container with a scrollbar.

Child of $.webos.container.

Options

Options :

  • autoReload = false : auto reload scrollbars
  • expand = false : expand the scrollpane to the largest available space
  • keyUpResize = false : reload on keyup
  • alsoResize : resize also another element
  • forceArtificialScrollbars : force scrollbars to be artificial (you'll have to call the reload() function when content is updated)
  • forceStyledScrollbars : force scrollbars to be native (you won't have to call reload())

Methods

  • Boolean isNatural() : Check if this scrollpane have native scrollbars or not.

Static methods

This class hasn't any static method.