ScrollSettingsModel
12 Sep 20251 minute to read
Interface for a class ScrollSettings
Properties
enableVirtualization boolean
If enableVirtualization is set to true, then the spreadsheet will render only the rows and columns visible within the view-port
and load subsequent rows and columns based on scrolling.
isFinite boolean
By default, the scroll mode is infinite. Set it to true to make it as finite.