Click or drag to resize

ButtonSpecManagerLayoutAddSpacersToDocker Method

Add the spacing views into the indexed docker.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected override void AddSpacersToDocker(
	int i,
	ViewLayoutMetricSpacer spacerL,
	ViewLayoutMetricSpacer spacerR
)

Parameters

i  Int32
Index of docker.
spacerL  ViewLayoutMetricSpacer
Spacer for the left side.
spacerR  ViewLayoutMetricSpacer
Spacer for the right side.
See Also