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

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

Syntax
var instance; // Type: wijmo.superpanel.superpanel_hscroller;
var value; // Type: number
value = instance.scrollLargeChange;
var scrollLargeChange : number;
Remarks
Wijsuperpanel will scroll a large change when a user clicks on the tracks of scroll bars or presses left or right arrow keys on the keyboard with the shift key down. When scrollLargeChange is null, wijsuperpanel will scroll the width of content.
See Also

Reference

superpanel_hscroller Interface