property SwimLane.AllowResizePool as AllowKeysEnum
Specifies the combination of keys that allows the user to resize the pools on the surface.

TypeDescription
AllowKeysEnum An AllowKeysEnum expression that specifies the keys combination so the user can resize the pool from the cursor. 
By default, the AllowResizePool property is exLeftClick, which indicates that with a simple click on the pool's border, the user can resize the pool. Use the AllowResizePoolHeader property to specify whether the pool's header can be resized at runtime.  Use the AllowResizePool property to specify whether the pool can be resized at runtime.  The AllowMovePool property specifies the keys combination so the user can move the pool from the cursor. Set the AllowResizePool property on exDisallow, to prevent user to resize any pool in the surface. The control fires the LayoutStartChanging(exResizePool) / LayoutEndChanging(exResizePool) event when the user resizes the object. The LaneResizeType property specifies the way the lanes get resized, when its parent/pool gets resized.