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