Defines the popup alignment correction mode. The values of this enumerator define how the popup alignment is adjusted when the default aligning routine is not able to properly position the popup due to lack of screen space.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public enum AlignmentCorrectionMode
Fields
No adjustments to the coordinates are applied.
None = 0
The coordinates are adjusted with the needed amount so that the popup remains visible in the current screen.
Smooth = 1
The coordinates are adjusted with the needed amount so that the popup remains visible in the current screen, whereby the popup edge is aligned with an edge of the alignment rectangle.
SnapToEdges = 2
The coordinates are adjusted with the needed amount so that the popup remains visible in the current screen, whereby the popup edge is aligned with an outer edge of the alignment rectangle. The popup does not cross the alignment rectangle bounds.
SnapToOuterEdges = 3