[]
        
(Showing Draft Content)

C1.WPF.Core.C1ScrollViewer.ChangeView

ChangeView Method

ChangeView(double?, double?, double?, bool)

Changes the view.

Declaration
public void ChangeView(double? horizontalOffset, double? verticalOffset, double? zoomFactor, bool disableAnimation)
Public Sub ChangeView(horizontalOffset As Double?, verticalOffset As Double?, zoomFactor As Double?, disableAnimation As Boolean)
Parameters
Type Name Description
double? horizontalOffset

The horizontal offset.

double? verticalOffset

The vertical offset.

double? zoomFactor

The zoom factor.

bool disableAnimation

if set to true [disable animation].