menu

UWP

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

    Show / Hide Table of Contents

    Class ScrollState

    Specifies the ScrollState value of a mouse device

    Inheritance
    System.Object
    ScrollState
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class ScrollState : Enum

    Fields

    None

    Disables all the behaviors.

    Declaration
    public const ScrollState None
    Field Value
    Type
    ScrollState

    Scroll

    Specifies to update the scrollstate as scroll while peroform scrolling or zooming the diagram.

    Declaration
    public const ScrollState Scroll
    Field Value
    Type
    ScrollState

    ScrollDown

    Specifies to update the scrolling the diagram from top to bottom.

    Declaration
    public const ScrollState ScrollDown
    Field Value
    Type
    ScrollState

    ScrollUp

    Specifies to update the scrolling the diagram from bottom to top.

    Declaration
    public const ScrollState ScrollUp
    Field Value
    Type
    ScrollState

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved