Wijmo UI for the Web
scrollingSettings Field
wijmo.grid Namespace > IWijgridOptions Interface : scrollingSettings Field

Type: wijmo.grid.IScrollingSettings

Determines the scrolling settings.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: IScrollingSettings
value = instance.scrollingSettings;
var scrollingSettings : IScrollingSettings;
Example
// The horizontal and vertical scrollbars are active when the scrollMode is set to both.
$("#element").wijgrid({ scrollingSettings: { mode: "both" } });
See Also

Reference

IWijgridOptions Interface