Click or drag to resize

WorksheetControllerVerticalScrollPosition Property

The vertical scroll position is defined as following: If 0 (zero), the data row 0 is the first visible line (after the column header). If positive, the data row with the number of VertScrollPos is the first visible row. If negative, the property column with index PropertyColumnCount+VertScrollPos is the first visible line.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int VerticalScrollPosition { get; set; }

Property Value

Int32

Implements

IWorksheetControllerVerticalScrollPosition
See Also