RadControls for WPF

Enumerator that indicates the type of scrolling mode in use.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.2.611.40

Syntax

C#
public enum ScrollUpdateMode
Visual Basic
Public Enumeration ScrollUpdateMode

Members

Member nameValueDescription
Deferred0 Keeps the content in view static until scrolling is complete.
RealTime1 Updates the content in view in real time as the user scrolls.

See Also