Table of Contents

Method DefaultOnLayout

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DefaultOnLayout(Control, LayoutStyle, RectD, IReadOnlyList<Control>)

Called when the control should reposition its child controls.

public static void DefaultOnLayout(Control container, LayoutStyle layout, RectD space, IReadOnlyList<Control> items)

Parameters

container Control

Container control which childs will be processed.

layout LayoutStyle

Layout style to use.

space RectD

Rectangle in which layout is performed.

items IReadOnlyList<Control>

List of controls to layout.

Remarks

This is a default implementation which is called from OnLayout().