MultiChildControllerInitialize(ControlViewElement, Boolean) Method |
Initializes the controller with described child views.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Initialize(
ControlViewElement[] childs,
bool horizontalLayout
)
Parameters
- childs ControlViewElement
- The child view elements.
- horizontalLayout Boolean
- to use a horizontal layout; otherwise, .
See Also