A single constraint column that occupies 20% of the Canvas area
<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Canvas> <mx:constraintColumns> <mx:ConstraintColumn id="col1" width="20%"/> </mx:constraintColumns> </mx:Canvas> </mx:Application>