Version

AllowLastRecordScrollToTop Property

Returns/sets whether the last record can scroll all the way to the top.
Syntax
'Declaration
 
Public Property AllowLastRecordScrollToTop As Boolean
public bool AllowLastRecordScrollToTop {get; set;}

Property Value

true to allow the last record to scroll all the way to the top or false to try to fill all available space with records. The default is false.
Remarks

Note: in a horizontal System.Windows.Controls.Orientation this property determines if the last record can scroll all the way to the left. It is false by default which means that avaialable space is filled with as many records as can fit.

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