menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollOptions - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScrollOptions

    Provides information about the scrolling action during a drag and resize action on appointments.

    Inheritance
    System.Object
    ScrollOptions
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ScrollOptions : Object

    Constructors

    ScrollOptions()

    Declaration
    public ScrollOptions()

    Properties

    Enable

    Gets or sets whether to enable or disable the auto scrolling during a drag and resize action on appointments.

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type
    System.Boolean

    ScrollBy

    Gets or sets the scroll step value.

    Declaration
    public int ScrollBy { get; set; }
    Property Value
    Type
    System.Int32
    Remarks

    The ScrollBy value should be provided in minutes.

    TimeDelay

    Gets or sets the time delay value while scrolling.

    Declaration
    public int TimeDelay { get; set; }
    Property Value
    Type
    System.Int32
    Remarks

    The TimeDelay value should be provided in milliseconds.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved