Enum ScrollMode
Defines the constants that used to manage the different scrolling mode by DataContext binding.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum ScrollMode
Fields
| Name | Description |
|---|---|
| Async | Scroll the rows with animation by Asynchronous DataContext binding. |
| None | Scroll the rows without animation by synchronous DataContext binding. |