六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 49|回复: 0

Flex中真正隐藏控件

[复制链接]

升级  3.4%

157

主题

157

主题

157

主题

进士

Rank: 4

积分
517
 楼主| 发表于 2013-2-3 10:06:17 | 显示全部楼层 |阅读模式
<xml version=”1.0″ encoding=”utf-8″?><mx:Applicationxmlns:mx=”http://www.adobe.com/2006/mxml”layout=”vertical”><mx:Button label=”hide text”click=”myText.visible=false;myText.includeInLayout=false;” /><mx:Text id=”myText” text=”hello,this text will be hidden or shown,depending on the buttons” /><mx:Button label=”show text”click=”myText.visible=true;myText.includeInLayout=true;” /></mx:Application>
通常大家都会设置visible属性为false。但这样做还是会有问题:组件仍然占用原来的位置。
最后同时使用includeInLayout与visible属性来解决。
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表