Version

IsFixed Property (Record)

Gets/sets whether this record should be fixed, i.e. not scrollable.
Syntax
'Declaration
 
Public Property IsFixed As Boolean
public bool IsFixed {get; set;}

Property Value

True is the record is fixed or false if it is not.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionCertain records' fixed status can not be changed, e.g. add records.
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