ScrollSettings
12 Sep 20251 minute to read
Represents the scroll settings.
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.
Defaults to true
isFinite boolean
By default, the scroll mode is infinite. Set it to true to make it as finite.
Defaults to false