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 (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void ApplyResizing(
	KryptonWorkspaceSequence sequence,
	string newWidth,
	string newHeight,
	bool applyStar,
	bool applyFixed
)

Parameters

sequence
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceSequence
Root sequence to begin changes from.
newWidth
Type: SystemString
New width for items.
newHeight
Type: SystemString
New height for items.
applyStar
Type: SystemBoolean
Should new width/height be applied to star sized items.
applyFixed
Type: SystemBoolean
Should new width/height be applied to fixed sized items.
See Also