Version

CountOfFixedRecordsOnBottom Property

The number of records at the end of the list that are fixed (read-only).
Syntax
'Declaration
 
Public ReadOnly Property CountOfFixedRecordsOnBottom As Integer
public int CountOfFixedRecordsOnBottom {get;}

Property Value

An integer value from 0 to the value of the Count property that indicates how many records at the end of the list are fixed.
Remarks
Fixed records don't scroll until all of their scrollable sibling records have been scrolled out of view. Root level fixed records never scroll if there is enough space to display them all.

Note:Not all views support the fixing of records visually. For those views that don't support fixing, e.g. carousel view, fixing a record will just determine its order in the list.

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