alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ScrollOptions

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

    Inheritance
    object
    ScrollOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ScrollOptions

    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
    [JsonPropertyName("enable")]
    public bool Enable { get; set; }
    Property Value
    Type
    bool

    ScrollBy

    Gets or sets the scroll step value.

    Declaration
    [JsonPropertyName("scrollBy")]
    public int ScrollBy { get; set; }
    Property Value
    Type
    int
    Remarks

    The ScrollBy value should be provided in minutes.

    TimeDelay

    Gets or sets the time delay value while scrolling.

    Declaration
    [JsonPropertyName("timeDelay")]
    public int TimeDelay { get; set; }
    Property Value
    Type
    int
    Remarks

    The TimeDelay value should be provided in milliseconds.

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