Class SpreadsheetScrollSettings
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 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 | Description |
---|---|
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
[HtmlAttributeName("enableVirtualization")]
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
[HtmlAttributeName("isFinite")]
public bool IsFinite { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |