开发者

how to make FlexMDI resize it's child when the window is resized?

开发者 https://www.devze.com 2023-01-18 17:27 出处:网络
i use the addChild(myChild) on a window. but whe开发者_高级运维n this window resizes i want to make the myChild width and height to fit the window. how do I do this?

i use the addChild(myChild) on a window. but whe开发者_高级运维n this window resizes i want to make the myChild width and height to fit the window. how do I do this?

thanks ;)


ChildName.width = 12;ChildName.height = 12;

0

精彩评论

暂无评论...
验证码 换一张
取 消