Class SpreadsheetScrollSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SpreadsheetScrollSettingsBuilder
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.dll
Syntax
public class SpreadsheetScrollSettingsBuilder : ControlBuilder
Constructors
SpreadsheetScrollSettingsBuilder()
Declaration
public SpreadsheetScrollSettingsBuilder()
SpreadsheetScrollSettingsBuilder(SpreadsheetScrollSettings)
Declaration
public SpreadsheetScrollSettingsBuilder(SpreadsheetScrollSettings model)
Parameters
Type | Name | Description |
---|---|---|
SpreadsheetScrollSettings | model |
Methods
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.
Declaration
public SpreadsheetScrollSettingsBuilder EnableVirtualization(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
IsFinite(Boolean)
By default, the scroll mode is infinite. Set it to true
to make it as finite.
Declaration
public SpreadsheetScrollSettingsBuilder IsFinite(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |