menu

UWP

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

    Show / Hide Table of Contents

    Class ScrollChangedEventArgs

    Provides data for the ScrollChanged event.

    Inheritance
    System.Object
    ScrollChangedEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class ScrollChangedEventArgs : EventArgs

    Properties

    HorizontalScrollOffset

    Gets the current Horizontal Offset of SfPdfViewerControl.

    Declaration
    public float HorizontalScrollOffset { get; }
    Property Value
    Type
    System.Single

    ScrollableHeight

    Gets the maximum Scroll Height of SfPdfViewerControl.

    Declaration
    public float ScrollableHeight { get; }
    Property Value
    Type
    System.Single

    ScrollableWidth

    Gets the maximum Scroll Width of SfPdfViewerControl.

    Declaration
    public float ScrollableWidth { get; }
    Property Value
    Type
    System.Single

    VerticalScrollOffset

    Gets the current Vertical Offset of SfPdfViewerControl.

    Declaration
    public float VerticalScrollOffset { get; }
    Property Value
    Type
    System.Single

    Extension Methods

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