Widget_scrollpane - gd-99/symbiogd GitHub Wiki
A container with a scrollbar.
Child of $.webos.container.
Options
Options :
autoReload = false: auto reload scrollbarsexpand = false: expand the scrollpane to the largest available spacekeyUpResize = false: reload on keyupalsoResize: resize also another elementforceArtificialScrollbars: force scrollbars to be artificial (you'll have to call thereload()function when content is updated)forceStyledScrollbars: force scrollbars to be native (you won't have to callreload())
Methods
- Boolean isNatural() : Check if this scrollpane have native scrollbars or not.
Static methods
This class hasn't any static method.