Click or drag to resize

AreaRetrievalGetRemainingEnabledPropertyColumns Method

Returns the remaining number of property columns that could be shown below the current scroll position.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int GetRemainingEnabledPropertyColumns(
	WorksheetLayout layout,
	int VertScrollPos
)

Parameters

layout  WorksheetLayout
The worksheet layout.
VertScrollPos  Int32
The vertical scroll position.

Return Value

Int32
The remaining number of enabled property columns.
See Also