We don't currently have a container that allows absolute positioning, but it 
would be the easiest container in the world to write since it wouldn't do any 
layout. We've talked about adding one in the past, but never ran into a use 
case for it. If we were to add one, we'd probably call it Panel, for parity 
with the AWT equivalent.
 
On Friday, April 10, 2009, at 05:10AM, "Sandro Martini" 
<[email protected]> wrote:
>Hi to all,
>a question of Alignment / Positioning / Dimensioning of elements:
>will it be possible to Align or Position an element at the desired
>Coordinates (relative to the parent, or absolute) ? In Swing this
>should be a NullLayout, or something like this if i remember well ...
>
>This could be useful to have an element precisely where is should be
>(like in Graphics Design), and also in a GUI Builder could be useful.
>And why not also in animations, like moving an element from (x1,y1) to
>(x2,y2).
>But maybe in Pivot this could be achieved in other ways ...or could be
>not necessary.
>
>What do you think ?
>
>Thanks,
>Sandro
>
>

Reply via email to