Mega Code Archive
Corresponding controls on the right remain a fixed size because their container is fixed
private function logSizes():void {
trace("HGroup: "+ hb1.width);
trace("Label: "+ lb1.width);
trace("Image: "+ img1.width);
trace("Button: "+ b1.width);
}