Click or drag to resize

MultiChildController(IMVCAController, Boolean) Constructor

Initializes a new instance of the MultiChildController class.

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

Parameters

childs  IMVCAController
The child controllers.
horizontalLayout  Boolean
to use a horizontal layout; otherwise, .
See Also