Invoked to arrange the argument interactors.

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

Syntax

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

Parameters

context
Type: TallComponents.Interaction.LayoutManagers..::..LayoutContext
Provides the context for arranging the interactors, such as boundary information.
interactors
Type: TallComponents.Interaction..::..InteractorCollection
The interactors that must be arranged.

See Also