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