如果我在宽度和高度为10像素的组中放置宽度和高度为“100%”的边框,边框看起来大于10像素,为什么?
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/halo"
>
<s:Group width="10" height="10">
<s:Border width="100%" height="100%" borderColor="#FF0000"/>
</s:Group>
</s:Application>
答案 0 :(得分:0)
我认为这是因为边框的宽度最小。我在我的Flex 4版本中没有看到Border
,但BorderContainer
(也许他们最近更改了名称?)的minWidth / minHeight为112.