menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollableContentViewer.ScrollChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScrollableContentViewer.ScrollChangedEventArgs

    Provides data about the ScrollChanged Events.

    Inheritance
    System.Object
    System.EventArgs
    ScrollableContentViewer.ScrollChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid.GridCommon
    Assembly: Syncfusion.SfGridCommon.WPF.dll
    Syntax
    public class ScrollChangedEventArgs : EventArgs

    Constructors

    ScrollChangedEventArgs(Double, Double)

    Initializes a new ScrollableContentViewer.ScrollChangedEventArgs.

    Declaration
    public ScrollChangedEventArgs(double xOffset, double yOffset)
    Parameters
    Type Name Description
    System.Double xOffset
    System.Double yOffset

    Properties

    HorizonatlOffset

    Gets the HorizontalOffset value.

    Declaration
    public double HorizonatlOffset { get; set; }
    Property Value
    Type Description
    System.Double

    HorizontalOffset value.

    VerticalOffset

    Gets the VerticalOffset value.

    Declaration
    public double VerticalOffset { get; set; }
    Property Value
    Type Description
    System.Double

    VerticalOffset value.

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