Constant name | Effect |
---|---|
rlm-resize-x | Causes the control to grow and shrink horizontally as the window changes width. |
rlm-move-x | Causes the control to reposition itself horizontally as the window changes width. |
rlm-no-min-x | Without this, the resize manager will not reposition or resize a control horizontally to be less than its design values. This prevents the control from disappearing or colliding with other controls if the user makes the window too small. |
rlm-resize-y | Causes the control to grow and shrink vertically as the window changes width. |
rlm-move-y | Causes the control to reposition itself vertically as the window changes width. |
rlm-no-min-y | Without this, the resize manager will not reposition or resize a control vertically to be less than its design values. This prevents the control from disappearing or colliding with other controls if the user makes the window too small. |
Constant name | Effect |
---|---|
rlm-resize-x-any | rlm-resize-x + rlm-no-min-x |
rlm-move-x-any | rlm-move-x + rlm-no-min-x |
rlm-resize-y-any | rlm-resize-y + rlm-no-min-y |
rlm-move-y-any | rlm-move-y + rlm-no-min-y |
rlm-resize-both | rlm-resize-x + rlm-resize-y |
rlm-resize-both-any | rlm-resize-x-any + rlm-resize-y-any |
rlm-move-both | rlm-move-x + rlm-move-y |
rlm-move-both-any | rlm-move-x-any + rlm-move-y-any |