menu

UWP

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

    Show / Hide Table of Contents

    Class ScrollViewer

    Inheritance
    System.Object
    ScrollViewer
    Namespace: Syncfusion.UI.Xaml.HeatMap
    Assembly: Syncfusion.SfHeatmap.UWP.dll
    Syntax
    public class ScrollViewer : ContentControl

    Constructors

    ScrollViewer()

    Declaration
    public ScrollViewer()

    Fields

    ComputedHorizontalScrollBarVisibilityProperty

    Using a DependencyProperty as the backing store for ComputedHorizontalScrollBarVisibility. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ComputedHorizontalScrollBarVisibilityProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ComputedVerticalScrollBarVisibilityProperty

    Using a DependencyProperty as the backing store for ComputedVerticalScrollBarVisibility. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ComputedVerticalScrollBarVisibilityProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HorizontalOffsetProperty

    Using a DependencyProperty as the backing store for ComputedHorizontalScrollBarVisibility. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty HorizontalOffsetProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MaximumXProperty

    Using a DependencyProperty as the backing store for ScrollableWidth. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty MaximumXProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MaximumYProperty

    Using a DependencyProperty as the backing store for ScrollableHeight. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty MaximumYProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MinimumXProperty

    Using a DependencyProperty as the backing store for MinimumX. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty MinimumXProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MinimumYProperty

    Using a DependencyProperty as the backing store for MinimumY. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty MinimumYProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    VerticalOffsetProperty

    Using a DependencyProperty as the backing store for VerticalOffset. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty VerticalOffsetProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ViewportHeightProperty

    Using a DependencyProperty as the backing store for ViewportHeight. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ViewportHeightProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ViewportWidthProperty

    Using a DependencyProperty as the backing store for ViewportWidth. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ViewportWidthProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    ComputedHorizontalScrollBarVisibility

    Gets or sets ComputedHorizontalScrollBarVisibility

    Declaration
    public Visibility ComputedHorizontalScrollBarVisibility { get; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    ComputedVerticalScrollBarVisibility

    Gets or sets ComputedVerticalScrollBarVisibility

    Declaration
    public Visibility ComputedVerticalScrollBarVisibility { get; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    HorizontalOffset

    Gets or sets HorizontalOffset

    Declaration
    public double HorizontalOffset { get; }
    Property Value
    Type
    System.Double

    MaximumX

    Gets or sets MaximumX

    Declaration
    public double MaximumX { get; }
    Property Value
    Type
    System.Double

    MaximumY

    Gets or sets MaximumY

    Declaration
    public double MaximumY { get; }
    Property Value
    Type
    System.Double

    MinimumX

    Gets or sets MinimumX

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

    MinimumY

    Gets or sets MinimumY

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

    VerticalOffset

    gets or sets VerticalOffset

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

    ViewportHeight

    Gets or sets ViewportHeight

    Declaration
    public double ViewportHeight { get; }
    Property Value
    Type
    System.Double

    ViewportWidth

    Gets or sets ViewportWidth

    Declaration
    public double ViewportWidth { get; }
    Property Value
    Type
    System.Double

    Methods

    MeasureOverride(Size)

    Declaration
    protected override Size MeasureOverride(Size constraint)
    Parameters
    Type Name Description
    Windows.Foundation.Size constraint
    Returns
    Type
    Windows.Foundation.Size

    OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)

    Declaration
    protected override void OnManipulationCompleted(ManipulationCompletedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs e

    OnManipulationDelta(ManipulationDeltaRoutedEventArgs)

    Declaration
    protected override void OnManipulationDelta(ManipulationDeltaRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs e

    OnPointerWheelChanged(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerWheelChanged(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Extension Methods

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