wijmo.grid.wijgrid Namespace > options type : scrollMode Option |
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) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijgrid("option", "scrollMode"); // Set value var newValue; // Type: string $(".selector").wijgrid("option", "scrollMode", newValue); }); |
Javascript (Specification) | |
---|---|
|