Hi ,

We have the folowing requirement:

There are two canvas containers within a HDividedBox and a drag drop panel in 
the application. On moving the divider of the Hdividedbox, the drag drop panel 
should align itself to the second canvas dynamically.

We tried to get the container's x,y value on divider release handler, but the 
previous x,y values are obtanied not the current values.


The following is the layout

<Application>
<HDividedBox>
<Canvas id="c1"/>
<Canvas id="c2"/>
</HDividedBox>
<DragDropPanel/>
</Application>

On resizing the divider, DragDropPanel should be placed in x,y of Canvas c2


Any help on this will be appreciated.


Thanks in advance,
Suba


Reply via email to