jQuery.wijmo.wijgrid Namespace > options type : scrollMode Field |
Default value: 'none'
Determines which scrollbars are active and if they appear automatically based on content size. Possbile values are: "none", "auto", "horizontal", "vertical", "both".
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijgrid.options.scrollMode; |
Javascript (Specification) | |
---|---|
|
// The horizontal and vertical scrollbars are active when the scrollMode is set to both. $("#element").wijgrid({ scrollMode: "both" });