Create a grid layout.

Namespace: TallComponents.Interaction.LayoutManagers
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1

Syntax

C#
public GridLayoutManager(
	int columnCount
)
Visual Basic
Public Sub New ( _
	columnCount As Integer _
)

Parameters

columnCount
Type: System..::..Int32
The number of columns

See Also