Spread for ASP.NET 12 Product Documentation
AllowVirtualScrollPaging Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AllowVirtualScrollPaging Property
Gets or sets whether to allow virtual paging to load data when the user is scrolling.
Syntax
'Declaration
 
Public Property AllowVirtualScrollPaging As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.AllowVirtualScrollPaging = value
 
value = instance.AllowVirtualScrollPaging
public bool AllowVirtualScrollPaging {get; set;}
See Also

Reference

SheetView Class
SheetView Members