GoXam for WPF v3
SurroundsMembersAfterDrop Property
Northwoods.GoXam Namespace > GroupPanel Class : SurroundsMembersAfterDrop Property
Gets or sets whether ComputeBorder should keep the same bounds during a Northwoods.GoXam.Tool.DraggingTool move.
Syntax
public bool SurroundsMembersAfterDrop {get; set;}

Property Value

The default value is false -- this GroupPanel surrounds all of its members even while the dragging tool is moving any of its member nodes.
Remarks
In other words, when the value is true, re-computing the bounds of the members is suspended until a drop occurs, at which time the border is recomputed, perhaps not including some members that had been dragged out and reparented.
See Also

Reference

GroupPanel Class
GroupPanel Members