Class ScrollMode
Defines the constants that used to manage the different scrolling mode by DataContext binding.
Inheritance
System.Object
ScrollMode
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public sealed class ScrollMode : Enum
Fields
Async
Scroll the rows with animation by Asynchronous DataContext binding.
Declaration
public const ScrollMode Async
Field Value
Type |
---|
ScrollMode |
None
Scroll the rows without animation by synchronous DataContext binding.
Declaration
public const ScrollMode None
Field Value
Type |
---|
ScrollMode |