<mx:Label visible="false" includeInLayout="false" text="{String(rp.currentIndex)}"/>
visible="false" and includeInLayout="false" should also be set
visible="false" and includeInLayout="false" should also be set
本文探讨了MX标签中可见性和布局包含属性的使用方法。通过具体示例解释了如何设置visible及includeInLayout属性来控制标签的显示状态及其是否参与布局计算。
104

被折叠的 条评论
为什么被折叠?