Class SpreadsheetScrollSettingsBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Type | Description |
---|---|
SpreadsheetScrollSettingsBuilder |
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 |
Returns
Type | Description |
---|---|
SpreadsheetScrollSettingsBuilder |