Click or drag to resize

KryptonAutoHiddenSlidePanelUpdateSize Method

Update the size and position of the slide out panel.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void UpdateSize(
	int width,
	int height
)

Parameters

width  Int32
Delta width to apply.
height  Int32
Delta height to apply.
See Also