Class ScrollViewer
Inheritance
System.Object
ScrollViewer
Assembly: Syncfusion.SfHeatMap.WPF.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 |
System.Windows.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 |
System.Windows.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 |
System.Windows.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 |
System.Windows.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 |
System.Windows.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 |
System.Windows.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 |
System.Windows.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 |
System.Windows.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 |
System.Windows.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 |
System.Windows.DependencyProperty |
Properties
Gets or sets ComputedHorizontalScrollBarVisibility
Declaration
public Visibility ComputedHorizontalScrollBarVisibility { get; }
Property Value
Type |
System.Windows.Visibility |
Gets or sets ComputedVerticalScrollBarVisibility
Declaration
public Visibility ComputedVerticalScrollBarVisibility { get; }
Property Value
Type |
System.Windows.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 |
System.Windows.Size |
constraint |
|
Returns
Declaration
protected override void OnManipulationDelta(ManipulationDeltaEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.ManipulationDeltaEventArgs |
e |
|
Declaration
protected override void OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.ManipulationInertiaStartingEventArgs |
e |
|
Declaration
protected override void OnManipulationStarting(ManipulationStartingEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.ManipulationStartingEventArgs |
e |
|
Declaration
protected override void OnMouseWheel(MouseWheelEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseWheelEventArgs |
e |
|