Wijmo UI for the Web
scrollMode Field
wijmo.superpanel Namespace > superpanel_hscroller Interface : scrollMode Field

This value determines the scroll mode of horizontal scrolling.

Syntax
var instance; // Type: wijmo.superpanel.superpanel_hscroller;
var value; // Type: string
value = instance.scrollMode;
var scrollMode : string;
Remarks
Possible options are "scrollBar", "buttons", "buttonsHover" and "edge". "scrollBar" - Scroll bars are used for scrolling. "buttons" - Scroll buttons are used for scrolling. Scrolling occurs only when scroll buttons are clicked. "buttonsHover" - Scroll buttons are used for scrolling. Scrolling occurs only when scroll buttons are hovered. "edge" - Scrolling occurs when the mouse is moving to the edge of the content area. Scroll modes can be combined with each other. For example, scrollMode: "scrollbar,scrollbuttons" will enable both a scrollbar and scroll buttons.
See Also

Reference

superpanel_hscroller Interface