Class ScrollableContentViewer.ScrollChangedEventArgs
Provides data about the ScrollChanged Events.
Inheritance
System.Object
ScrollableContentViewer.ScrollChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Grid.GridCommon
Assembly: Syncfusion.SfGridCommon.UWP.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. |