Version

RebindToAllData Method

Will disable virtual scrolling and paging if all of the data should be shown
Syntax
'Declaration
 
Protected Sub RebindToAllData( _
   ByRef shouldEnableVirtualScrolling As Boolean, _
   ByRef shouldEnablePaging As Boolean, _
   ByVal virtualScrolling As VirtualScrolling, _
   ByVal paging As Paging _
) 
protected void RebindToAllData( 
   ref bool shouldEnableVirtualScrolling,
   ref bool shouldEnablePaging,
   VirtualScrolling virtualScrolling,
   Paging paging
)

Parameters

shouldEnableVirtualScrolling
shouldEnablePaging
virtualScrolling
paging
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