Click or drag to resize

AreaRetrievalGetColumnWidthResizingPositions Method

Get a list of horizontal positions, where the cursor should switch to a horizontal resizing cursor.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int GetColumnWidthResizingPositions(
	List<double> destinationList,
	WorksheetLayout layout,
	int HorzScrollPos,
	double TableAreaWidth
)

Parameters

destinationList  ListDouble
List to fill with the positions (old items will be deleted).
layout  WorksheetLayout
Worksheet layout.
HorzScrollPos  Int32
Horizontal scroll position.
TableAreaWidth  Double
Width of the table area.

Return Value

Int32
HorzScrollPos that was given in the argument list.
See Also