Click or drag to resize

KryptonWorkspaceApplyGridCells(Boolean, Orientation, Int32) Method

Arrange existing cells into a square like grid.

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 ApplyGridCells(
	bool createCellIfEmpty,
	Orientation rootOrientation,
	int sequenceItems
)

Parameters

createCellIfEmpty  Boolean
Create new cells to fill blank areas of grid.
rootOrientation  Orientation
Orientation of the root sequence. Vertical creates a list of rows; Horizontal a list of columns.
sequenceItems  Int32
Number of items per counter orientation sequence.
See Also