var instance; // Type: wijmo.grid.IScrollingSettings; var value; // Type: string value = instance.mode;
var mode : string;
Determines which scrollbars are active and if they appear automatically based on content size. Possbile values are: "none", "auto", "horizontal", "vertical", "both".
var instance; // Type: wijmo.grid.IScrollingSettings; var value; // Type: string value = instance.mode;
var mode : string;
// The horizontal and vertical scrollbars are active when the scrollMode is set to both. $("#element").wijgrid({ scrollingSettings: { mode: "both" } });