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.