To resize from the left end you will have to change both the width and the X
position of the Canvas. This is my initial thought.
But why would you want to resize from the left side. You can go with right
side resizing and allow the user to drag the canvas whereever they want,
which indirectly fulfills your left side resizing
This is just my thought. If it is real business requirement, then you got to
do it :)
Karan
On Wed, Apr 16, 2008 at 8:37 PM, Raghu <gn.raghaven
...@gmail.com> wrote:
> Hi All,
> I am new to Flex and desperately in need of help.
> I have to design a Canvas which can be resized from both the ends
> (Horizontally). I have done the resizing the from the right side of
> the canvas by adjusting the width:)
> I am stuck with the left side resizing.
> Please help me in this regard.
> Thanks in advance,
> Raghu