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

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

Syntax
var instance; // Type: wijmo.superpanel.superpanel_vscroller;
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 height of content.
See Also

Reference

superpanel_vscroller Interface