Scrolls the content of the control to the specified vertical offset position.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public void ScrollToVerticalOffset(
	double offset
)
Visual Basic (Declaration)
Public Sub ScrollToVerticalOffset ( _
	offset As Double _
)

Parameters

offset
Type: System..::.Double
The position that the content scrolls to.

See Also