Click or drag to resize

WorksheetControllerEhView_VertScrollBarScroll Method

Handles scrolling of the vertical scrollbar in the view.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhView_VertScrollBarScroll(
	int newScrollValue
)

Parameters

newScrollValue  Int32
The new scrollbar value.
See Also