Moveable Controls in Component During Design
If I create a Component as Canvas and I put two text inputs on the canvas txt1
and txt2 . Is there a way during design time when I import that canvas with
the two txt inputs controls , move the txt inputs without using actionscript
code such as canvasid.txt1.x = 10 within the canvas/application that I import
the Component?
In other words I do not want to go back to Component level due to the fact I
might have a different view on something else I want to import.
I know I can use states or view stacks but I want to try to avoid that.
|