Version

VirtualScrollingProps Enumeration

Internal use only
Syntax
'Declaration
 
Public Enum VirtualScrollingProps 
   Inherits System.Enum
public enum VirtualScrollingProps : System.Enum 
Members
MemberDescription
AverageRowHeightEnumeration value for the the VirtualScrolling.AverageRowHeight property
CountThe amount of roles defined on the VirtualScrolling object.
DataFetchDelayEnumeration value for the the VirtualScrolling.DataFetchDelay property
InitialRowCacheSizeEnumeration value for the the VirtualScrolling.InitialRowCacheSize property
RowCacheOffsetIndexEnumeration value for the the VirtualScrolling.RowCacheOffsetIndex property
RowCacheSizeEnumeration value for the the VirtualScrolling.RowCacheSize property
TooltipCssClassEnumeration value for the the VirtualScrolling.TooltipCssClass property
TooltipVisibilityEnumeration value for the the VirtualScrolling.TooltipVisibility property
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also