On Jun 18, 2008, at 10:16 AM, DannyT wrote:

The overall goal is to create a UI that allows the display of items 1 and 2 OR items 2 and 3 and the view will slide into the chosen formation. However I seem to be stuck at the first hurdle. I've tried playing around with borders, scrollPolicy and clipContent but not yet managed to get any nearer. Any help much appreciated.


Use a Canvas parent container and you should be ok with negative positioning.

An HBox overrides the positions of it's children, the children don't position themselves.

Then, just create some transition tags and set moveEffect="Move" on each of the children.

cheers,

Jon

Reply via email to