Persistate API documentation
Layout Method (container, layoutEventArgs)
NamespacesPersistate.UI.DesktopPLayoutEngineLayout(Object, LayoutEventArgs)

[This is preliminary documentation and is subject to change.]

Lays out controls within a container, normally a PFittedPanel, resizing and repositioning as necessary.
Declaration Syntax
C#
public override bool Layout(
	Object container,
	LayoutEventArgs layoutEventArgs
)
Parameters
container (Object)
The container on which the layout engine will operate.
layoutEventArgs (LayoutEventArgs)
An event argument from a Layout event.
Return Value
True if layout should be performed again by the parent of container, otherwise, false.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)