Click or drag to resize

KryptonWorkspaceApplyGridPages Method (Boolean)

Move each page into its own cell and arrange then in a square like grid.

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

Parameters

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