Click or drag to resize

KryptonWorkspaceApplySingleCell Method (Boolean)

Move all pages into a new single cell that occupies the entire client area.

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 ApplySingleCell(
	bool createCellIfNoPages
)

Parameters

createCellIfNoPages
Type: SystemBoolean
If there are no pages found should a new root cell be created.
See Also