Method DefaultOnLayout
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
ControlContainer control which childs will be processed.
layout
LayoutStyleLayout style to use.
space
RectDRectangle in which layout is performed.
items
IReadOnlyList<Control>List of controls to layout.
Remarks
This is a default implementation which is called from OnLayout().