alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class AutoScrollReason

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

    Inheritance
    System.Object
    AutoScrollReason
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class AutoScrollReason : Enum

    Fields

    AccelarateScrollbar

    The user held down a scrollbar button.

    Declaration
    public const AutoScrollReason AccelarateScrollbar
    Field Value
    Type
    AutoScrollReason

    MouseDragging

    The user has dragged the mouse outside the autoscroll bounds.

    Declaration
    public const AutoScrollReason MouseDragging
    Field Value
    Type
    AutoScrollReason

    OleDragOver

    The user is moving the mouse over the control during OLE drag-and-drop operation.

    Declaration
    public const AutoScrollReason OleDragOver
    Field Value
    Type
    AutoScrollReason
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved