GoXam for WPF v3
SkipsInvalidate Property
Northwoods.GoXam Namespace > LayoutManager Class : SkipsInvalidate Property
Gets or sets whether InvalidateLayout should do nothing when a part is added/removed/changed.
Syntax
public bool SkipsInvalidate {get; set;}

Property Value

By default this is false.
Remarks
This property does not affect the behavior of LayoutDiagram(LayoutInitial,Boolean) in determining the value of Northwoods.GoXam.Layout.IDiagramLayout.ValidLayout for all layouts in this diagram.
See Also

Reference

LayoutManager Class
LayoutManager Members