Enum AlignmentCorrectionMode
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.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum AlignmentCorrectionMode
None
No adjustments to the coordinates are applied.
Smooth
The coordinates are adjusted with the needed amount so that the popup remains visible in the current screen.
SnapToEdges
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.
SnapToOuterEdges
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.