克服我的List Flex4上设置的主题属性

时间:2012-01-25 11:58:10

标签: css list flex flex4

我有以下列表:

<s:List id="list" x="4" y="4" width="99%" height="99%"                      
                        dataProvider="{recordingsShown}"
                        itemRenderer="components.VideoItemRenderer"
                        useVirtualLayout="false"
                        click="launchPopUp(event)">

我怎样才能使我的列表背景透明?因为我已经应用了一个定义白色背景的主题..我已经将alpha属性放入其中但没有...在css中有什么类似的! 提前谢谢

1 个答案:

答案 0 :(得分:0)

解决这个问题,通过获取特定组件的主题代码,使用相同的代码为其创建一个新的自定义外观,并更改我想要的特定属性。