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

This value sets the small change value of the horizontal scroller.

Syntax
var instance; // Type: wijmo.superpanel.superpanel_hscroller;
var value; // Type: number
value = instance.scrollSmallChange;
var scrollSmallChange : number;
Remarks
Wijsuperpanel will scroll a small change when a user clicks on the arrows of scroll bars, clicks or hovers scroll buttons, presses left or right arrow keys on keyboard, and hovers on the edge of wijsuperpanel. When scrollSmallChange is null, wijsuperpanel will scroll half of the width of content.
See Also

Reference

superpanel_hscroller Interface