MultiChildController(ControlViewElement, Boolean) Constructor |
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic MultiChildController(
ControlViewElement[] childs,
bool horizontalLayout
)
Parameters
- childs ControlViewElement
- The child view elements.
- horizontalLayout Boolean
- to use a horizontal layout; otherwise, .
See Also