Wijmo UI for the Web
IScrollingSettings Interface
wijmo.grid Namespace : IScrollingSettings Interface
Determines the scrolling settings.
Fields
 NameDescription
 Field

Determines whether the user can change position of the static column or row by dragging the vertical or horizontal freezing handle with the mouse. Possible values are: "none", "columns", "rows", "both".

 
 Field

Determines which scrollbars are active and if they appear automatically based on content size. Possbile values are: "none", "auto", "horizontal", "vertical", "both".

 
 Field

Indicates the index of columns that will always be shown on the left when the grid view is scrolled horizontally. Note that all columns before the static column will be automatically marked as static, too. This can only take effect when the scrollingSettings.mode option is not set to "none". It will be considered "-1" when grouping or row merging is enabled. A "-1" means there is no data column but the row header is static. A zero (0) means one data column and row header are static.

 
 Field

Gets or sets the alignment of the static columns area. Possible values are "left", "right".

 
 Field

Indicates the index of data rows that will always be shown on the top when the wijgrid is scrolled vertically. Note, that all rows before the static row will be automatically marked as static, too. This can only take effect when the scrollingSettings.mode option is not set to "none". This will be considered "-1" when grouping or row merging is enabled. A "-1" means there is no data row but the header row is static.A zero (0) means one data row and the row header are static.

 
 Field

Type: wijmo.grid.IVirtualizationSettings

Determines virtual scrolling settings. Use it when using large amounts of data to improve efficiency.

 
Top
See Also

Reference

wijmo.grid Namespace