在Flex3.5中,可以使用mx.controls.listClasses.TileList水平和自下而上地布局tiles吗?第一部分很简单- TileList.direction = TileBaseDirection.HORIZONTAL。但是自下而上而不是自上而下呢?
发布于 2010-12-23 03:23:34
我相信你必须编写一些自定义的东西才能让它工作。我知道你提到过你正在使用Flex 3.5,但这里有一些链接可能对你入门有用。
http://www.adobe.com/devnet/flex/articles/spark_layouts.html
How to bottom-align cells in a DataGroup using TileLayout?
how do I make a TileGroup layout that has the jaggy edge on top?
https://stackoverflow.com/questions/4512693
复制相似问题