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