Click or drag to resize

IMultiChildViewInitializeLayout Method

Initializes the layout direction.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void InitializeLayout(
	bool horizontalLayout
)

Parameters

horizontalLayout  Boolean
for a horizontal layout; otherwise, .
See Also