Click or drag to resize

KryptonWorkspaceApplyGridCells Method (Boolean, Orientation)

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,
	Orientation rootOrientation
)

Parameters

createCellIfEmpty
Type: SystemBoolean
Create new cells to fill blank areas of grid.
rootOrientation
Type: System.Windows.FormsOrientation
Orientation of the root sequence. Vertical creates a list of rows; Horizontal a list of columns.
See Also