Creates the splitter and split grid, syncronizes the columns and attaches all the events necessary to manager the split grid.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
protected internal void CreateSplitGrid(
	int visibleRows,
	bool resizable
)

Parameters

visibleRows
Type: System..::..Int32
resizable
Type: System..::..Boolean

See Also