Is there a way to constrain one component to another component? I've looked
at constraint rows and constrain columns in the past but I haven't got it to
work myself. IE,

<Group id="imageContainer" width="500" height="500">
 <Image id="mainImage" width="100" height="100" verticalCenter="0"
horizontalCenter="0"/>
</Group>

<Image source="download.jpg" toolTip="Download this image"
   right="[Right edge of main image]" top="[Top edge of main image]"/>

In this example the download icon would float in the upper right corner of
the image component as the image component floats in the middle of the
container it is in. FYI In this project there are additional components that
will float relative to the location and size of the image as well.

JP

Reply via email to