Hi,

> If you are creating things from scratch:
> - only use (x,y) in Containers[2] where you do not set the Container's
> padding and you do not set margins on your elements.

I think HContainer and VContainer  and % width and % height are likely to be 
used more often, especialy with layout needing to work on different size 
screens.

Currently I’m only using Container’s to simulate padding (as it's not 
supported) or where I want items overlap and then pragmatically set their 
position based on % width and % height.

Thanks,
Justin

Reply via email to