Version

OverallScrollCount Property

The total number of viewable records including any viewable descendant records.
Syntax
'Declaration
 
ReadOnly Property OverallScrollCount As Integer
int OverallScrollCount {get;}

Property Value

A count of the total number of viewable Records including all descendant records whose parent records are expanded.
Remarks

This count does not include Records whose Record.Visibility is set to 'Collapsed' or descendants of records that are 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