Class ScrollViewer
Inheritance
System.Object
ScrollViewer
Assembly: Syncfusion.SfHeatmap.UWP.dll
public class ScrollViewer : ContentControl
Constructors
Declaration
Fields
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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
Gets or sets ComputedHorizontalScrollBarVisibility
Declaration
public Visibility ComputedHorizontalScrollBarVisibility { get; }
Property Value
Type |
Windows.UI.Xaml.Visibility |
Gets or sets ComputedVerticalScrollBarVisibility
Declaration
public Visibility ComputedVerticalScrollBarVisibility { get; }
Property Value
Type |
Windows.UI.Xaml.Visibility |
Gets or sets HorizontalOffset
Declaration
public double HorizontalOffset { get; }
Property Value
Declaration
public double MaximumX { get; }
Property Value
Declaration
public double MaximumY { get; }
Property Value
Declaration
public double MinimumX { get; set; }
Property Value
Declaration
public double MinimumY { get; set; }
Property Value
gets or sets VerticalOffset
Declaration
public double VerticalOffset { get; }
Property Value
Gets or sets ViewportHeight
Declaration
public double ViewportHeight { get; }
Property Value
Gets or sets ViewportWidth
Declaration
public double ViewportWidth { get; }
Property Value
Methods
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
constraint |
|
Returns
Type |
Windows.Foundation.Size |
Declaration
protected override void OnManipulationCompleted(ManipulationCompletedRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs |
e |
|
Declaration
protected override void OnManipulationDelta(ManipulationDeltaRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerWheelChanged(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Extension Methods