GoXam for WPF v3
OnInitialLayoutCompleted Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnInitialLayoutCompleted Method
This overridable method is called after the first layout has been performed and the DiagramBounds has been computed.
Syntax
protected virtual void OnInitialLayoutCompleted()
Remarks

This uses the InitialStretch, InitialScale, InitialPosition, InitialDiagramBoundsSpot, InitialPanelSpot properties to set the Scale and/or Position properties for the initial appearance of the diagram.

If InitialCenteredNodeData has a non-null value, this calls CenterPart(Part) to try to center the Node that is bound to that data.

It then raises the InitialLayoutCompleted event. It also clears out any Northwoods.GoXam.Model.UndoManager's recorded changes.

See Also

Reference

DiagramPanel Class
DiagramPanel Members