property SwimLane.AllowResizeSelection as Boolean
Specifies whether the entire selection is resized once the focusing element is resize.

TypeDescription
Boolean A Boolean expression that specifies whether all elements in the selection are resized once the focused element is resized.
By default, the AllowResizeSelection property is True. Use the AllowResizeSelection property to prevent resizing the entire selection when focused element is resized. Use the AllowMoveSelection property to prevent moving the entire selection when focused element is moved.  Use the AllowMoveDescendents  property to prevent moving all descendents ( children and outgoing elements ) when focused element is moved. The SingleSel property specifies whether the surface allows selecting one or multiple elements. The Selectable property of the Element object indicates whether the element is selectable or un-selectable. Use the AllowResizeElement property to specify whether the element can be resized at runtime.