menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SpreadsheetScrollSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    SpreadsheetScrollSettings
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SpreadsheetScrollSettings : EJTagHelper

    Constructors

    SpreadsheetScrollSettings()

    Declaration
    public SpreadsheetScrollSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    EnableVirtualization

    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 bool EnableVirtualization { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    IsFinite

    By default, the scroll mode is infinite. Set it to true to make it as finite.

    Declaration
    public bool IsFinite { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved