Blazor

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

    Show / Hide Table of Contents

    Class ScrollOptions

    A class that holds options to control the scrolling action while performing drag and resizing 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

    Allows to enable or disable the auto scrolling while performing drag and resizing action on appointments.

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

    ScrollBy

    Allows to define the scroll step value.

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

    TimeDelay

    Allows to define the time delay value while scrolling.

    Declaration
    public int TimeDelay { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved