menu

WinForms

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

    Show / Hide Table of Contents

    Enum PanningOptions

    Defines the constants that specify touch panning option for control.

    Namespace: Syncfusion.WinForms.Core.Enums
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    [Flags]
    public enum PanningOptions

    Fields

    Name Description
    All

    Allows the control to enable all panning options.

    Gutter

    Allows the control to perform the panning operation with gutter.

    HorizontalPanning

    Allows the control to perform the panning operation in horizontal direction.

    Inertia

    Allows the control to perform the panning operation with inertia.

    None

    Does not allow the control to the perform any panning operations.

    VerticalPanning

    Allows the control to perform the panning operation in vertical direction.

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