I think @Neilw_05 has given you the solution.
Interestingly, his method is both elegant and brute force.
There may be cases where you want to stick with "As Composed" in dragged state.
For that case, here is an alternate workaround to take care of the border issue:
It appears that you have a normal label component (Spot) and a reference text component (COGO).
- Add a placeholder line to "Spot" so that the border expands to make room for "COGO"
- Edit the "Spot" component Text Contents
- position to the end of the line and press enter (carriage return)
(Last line if this is a multi line component) - Type a space character. (this line cannot be empty)
- Make sure that border visibility is set to True.
- The preview should show the taller border with room for a new line at teh bottom.
- Anchor the "COGO" component to the "Spot" component
- General >> Anchor Component: "Spot"
- Genera >> Anchor Point: Bottom Left
- Text >> Attachment: Bottom Left
- Border >> Visibility: False
- The preview should show the "COGO" text floating over the "Spot" text in the extra line area.
- Set Dragged State >> Dragged State Components: As Composed


This workaround provides good fidelity when in dragged state.
Possible Problem: If the reference text line is too long it will extent outside the box.
Work around: Right click "Edit Label Text ..." select "Spot", pad end of line with non-breaking spaces [Alt]+0160.
(Regular spaces with a final non-breaking space will work as well.)

Christopher Stevens
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
