Click or drag to resize

MultiChildControllerInitialize(ControlViewElement, Boolean) Method

Initializes the controller with described child views.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Initialize(
	ControlViewElement[] childs,
	bool horizontalLayout
)

Parameters

childs  ControlViewElement
The child view elements.
horizontalLayout  Boolean
to use a horizontal layout; otherwise, .
See Also