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.21.0

Syntax

C#
public AutoColumnGridLayoutManager(
	LayoutManager baseLayoutManager
)
Visual Basic (Declaration)
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