Class ScrollUpdateMode
Enumerator that indicates the type of scrolling mode in use.
Inheritance
System.Object
ScrollUpdateMode
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class ScrollUpdateMode : Enum
Fields
Deferred
Keeps the content in view static until scrolling is complete.
Declaration
public const ScrollUpdateMode Deferred
Field Value
ScrollUpdateMode
|
RealTime
Updates the content in view in real time as the user scrolls.
Declaration
public const ScrollUpdateMode RealTime
Field Value
ScrollUpdateMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|