Click or drag to resize

WorksheetControllerSetScrollPositionTo Method

SetScrollPositions only sets the scroll positions, and not Invalidates the Area!

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void SetScrollPositionTo(
	int nCol,
	int nRow
)

Parameters

nCol  Int32
first visible column (i.e. column at the left)
nRow  Int32
first visible row (i.e. row at the top)
See Also