我有一个BorderContainer,里面有几个对象。我希望它贴近自己的内容,但事实并非如此。看来BorderContainer的默认大小是112x112。考虑到没有其他容器具有该默认大小,这太奇怪了。有没有办法将width和heeight属性设置为“auto”或类似的东西?
最佳答案
BorderContainerSkin将最小大小定义为112像素。
解决方法:将BorderContainer的属性minWidth和minHeight设置为0。
关于size - Flex 4 : Is it possible to have a BorderContainer automatically size to the contents within it?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/2667384/