TIWCGJQPositionOptions.Collision Property

When the positioned element overflows the window in some direction, move it to an alternative position. Similar to my and at, this accepts a single value or a pair for horizontal/vertical, eg. "flip", "fit", "fit flip", "fit none".

flip: to the opposite side and the collision detection is run again to see if it will fit. Whichever side allows more of the element to be visible will be used.

fit: so the element keeps in the desired direction, but is re-positioned so it fits.

none: not do collision detection.

Namespace: IWCGJQControl
published
 property Collision: string index 05 read GetStringValue write SetStringValue stored IsStringStored;

Property Value

Type: string