Click or drag to resize

KryptonWorkspaceApplyResizing Method

Apply new sizing values to each cell and sequence in the workspace hierarchy.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void ApplyResizing(
	KryptonWorkspaceSequence sequence,
	string newWidth,
	string newHeight,
	bool applyStar,
	bool applyFixed
)

Parameters

sequence  KryptonWorkspaceSequence
Root sequence to begin changes from.
newWidth  String
New width for items.
newHeight  String
New height for items.
applyStar  Boolean
Should new width/height be applied to star sized items.
applyFixed  Boolean
Should new width/height be applied to fixed sized items.
See Also