menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetScrollSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Type
    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
    SpreadsheetScrollSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved