Arrange the given interactors, taking into account the given layout context.

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 parameters,
	InteractorCollection interactors
)
Visual Basic
Protected Overrides Sub Arrange ( _
	parameters As LayoutContext, _
	interactors As InteractorCollection _
)

Parameters

parameters
Type: TallComponents.Interaction.LayoutManagers..::..LayoutContext

[Missing <param name="parameters"/> documentation for "M:TallComponents.Interaction.LayoutManagers.GridLayoutManager.Arrange(TallComponents.Interaction.LayoutManagers.LayoutContext,TallComponents.Interaction.InteractorCollection)"]

interactors
Type: TallComponents.Interaction..::..InteractorCollection

[Missing <param name="interactors"/> documentation for "M:TallComponents.Interaction.LayoutManagers.GridLayoutManager.Arrange(TallComponents.Interaction.LayoutManagers.LayoutContext,TallComponents.Interaction.InteractorCollection)"]

See Also