alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class AutoScrollReason

    Defines the constants that specifies the type of auto scrolling.

    Inheritance
    System.Object
    AutoScrollReason
    Namespace: Syncfusion.WinForms.Controls.Enums
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class AutoScrollReason : Enum

    Fields

    MouseDragging

    An user has dragged the mouse outside the auto scroll bounds.

    Declaration
    public const AutoScrollReason MouseDragging
    Field Value
    Type
    AutoScrollReason

    OleDragOver

    An 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