ScrollUpdateMode
Enum
Enumerator that indicates the type of scrolling mode in use.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public enum ScrollUpdateMode
Fields
Keeps the content in view static until scrolling is complete.
C#
Deferred = 0
Updates the content in view in real time as the user scrolls.
C#
RealTime = 1