alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved