Determines the number of columns needed to fill out the visible area of the parent and returns the area that will be needed when arranging the interactors in this manner.

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

Syntax

C#
protected override void Arrange(
	LayoutContext context,
	InteractorCollection interactors
)
Visual Basic
Protected Overrides Sub Arrange ( _
	context As LayoutContext, _
	interactors As InteractorCollection _
)

Parameters

context
Type: TallComponents.Interaction.LayoutManagers..::..LayoutContext
The layout context.
interactors
Type: TallComponents.Interaction..::..InteractorCollection
The interactors that need to be laid out.

See Also