Enum
ScrollUpdateMode

Enumerator that indicates the type of scrolling mode in use.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public enum ScrollUpdateMode

Fields

Deferred

Keeps the content in view static until scrolling is complete.

Declaration

cs-api-definition
Deferred = 0

Field Value

ScrollUpdateMode

RealTime

Updates the content in view in real time as the user scrolls.

Declaration

cs-api-definition
RealTime = 1

Field Value

ScrollUpdateMode

In this article
DefinitionFieldsDeferredRealTime
Not finding the help you need?
Contact Support