Version

GetOverallScrollPositionForRecord Method

Gets the overall scroll position for a specific record.
Syntax
'Declaration
 
Function GetOverallScrollPositionForRecord( _
   ByVal record As Record _
) As Integer
int GetOverallScrollPositionForRecord( 
   Record record
)

Parameters

record
The record in question.

Return Value

A number from 0 to OverallScrollCount -1 if the record has a scroll position or -1 if its Visibility is set to 'Collapsed' or one of its ancestor records is not expanded..
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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