
RXResizer looks for commands placed in the TAG property of every control on the form. When the form is resized, or an RXSplitter control is resized, each control will be repositioned or resized according to the commands placed in its TAG property.
Note that the commands refer to how the control is resized relative to its
container not just the form although if the control is placed directly of the
form then the form is the container.
This offers a higher level of flexibility than most of ResizeXtra rival
controls.
The following letters can be used as commands in the TAG properties and can be upper or lower case and in any order:
| L | Anchor to left (Keeps the same distance between the left of the container and the left of the control) |
| R | Anchor to right (Keeps the same distance between the right of the container and the right of the control) |
| T | Anchor to top (Keeps the same distance between the top of the container and the top of the control) |
| B | Anchor to bottom (Keeps the same distance between the bottom of the container and the bottom of the control) |
| X | Proportionally resize the width and horizontal position of the control as the container resizes. This will override either the L or R options. The control is resized horizontally so the new distances between the left and right edges of the container are proportional to its new size. |
| Y | Proportionally resize the height and vertical position of the control as the container resizes. This will override either the T or B options. The control is resized vertically so the new distances between the top and bottom edges of the container are proportional to its new size. |
| A | Maintain the controls original aspect ratio. After all other commands are implemented the control size will finally be adjusted so as to maintain the same aspect ratio (ratio of width to height) as the original control without exceeding the extents of the new position and size as determined by any previous commands. I.e. to maintain the aspect ratio the control will be made smaller if necessary but not larger. |
| F | Proportionally resize the controls font. The font size will be changed to match the controls new size. Note that the font will change to a size that will fit the control so changing the controls width or height on its own will not change the font size. This is only really suitable in conjunction with XY or LRTB tag commands. It would also be beneficial to select a TrueType font instead of the default MS Sans Serif for smoother font scaling. |
| |||||||||||
| Download |
|---|
|
Ensure that you have the latest version. Click Here to go to the main ResizeXtra page and click the Download button that you will find in this position on the page. |