Flex BorderContainer设置clipAndEnableScrolling=true后,则将超出范围的children裁掉不显示出来

<s:BorderContainer width="256" height="56" borderVisible="false" id="myBC" 

              creationComplete="myBC.contentGroup.clipAndEnableScrolling = true">

</s:BorderContainer>


你可能感兴趣的:(BorderContainer)