Click or drag to resize

KryptonWorkspaceApplyGridCells Method (Boolean)

Arrange existing cells into 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 ApplyGridCells(
	bool createCellIfEmpty
)

Parameters

createCellIfEmpty
Type: SystemBoolean
Create new cells to fill blank areas of grid.
See Also