Create a document column layout (initially with 1 column).

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

Syntax

C#
public AutoColumnGridLayoutManager(
	LayoutManager baseLayoutManager
)
Visual Basic
Public Sub New ( _
	baseLayoutManager As LayoutManager _
)

Parameters

baseLayoutManager
Type: TallComponents.Interaction.LayoutManagers..::..LayoutManager

[Missing <param name="baseLayoutManager"/> documentation for "M:TallComponents.Interaction.LayoutManagers.AutoColumnGridLayoutManager.#ctor(TallComponents.Interaction.LayoutManagers.LayoutManager)"]

See Also