menu

WinForms

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

    Show / Hide Table of Contents

    Class StartAutoScrollingEventArgs

    Provides data for the StartAutoScrolling event which is called when accelerated scrollbar scrolling or mouse drag-scrolling starts.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    StartAutoScrollingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class StartAutoScrollingEventArgs : SyncfusionCancelEventArgs

    Properties

    AccMinInterval

    Gets / sets the minimum interval for the fastest scroll speed.

    Declaration
    [TraceProperty(true)]
    public int AccMinInterval { get; set; }
    Property Value
    Type
    System.Int32

    AccStartInterval

    Gets / sets the interval that is initially assigned to the timer for recurring scrolling.

    Declaration
    [TraceProperty(true)]
    public int AccStartInterval { get; set; }
    Property Value
    Type
    System.Int32

    AccStepInterval

    Gets / sets the interval step that the timer should be decreased from time to time.

    Declaration
    [TraceProperty(true)]
    public int AccStepInterval { get; set; }
    Property Value
    Type
    System.Int32

    Direction

    Returns the scroll bar direction: vertical, horizontal, or both.

    Declaration
    [TraceProperty(true)]
    public ScrollBars Direction { get; }
    Property Value
    Type
    System.Windows.Forms.ScrollBars

    Reason

    Returns the type of autoscrolling, either scrollbar acceleration or mouse dragging outside window bounds.

    Declaration
    [TraceProperty(true)]
    public AutoScrollReason Reason { get; }
    Property Value
    Type
    AutoScrollReason
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved