Flex 3.5 中的自下而上 TileList
在 Flex 3.5 中,是否可以使用 mx.controls.listClasses.TileList 水平和自下而上布局图块?第一部分很简单 - TileList.direction = TileBaseDirection.HORIZONTAL。但是自下而上而不是自上而下呢?
In Flex 3.5, is it possible to use mx.controls.listClasses.TileList to layout tiles horizontally and bottom up? The first part is easy - TileList.direction = TileBaseDirection.HORIZONTAL. But what about bottom up instead of from the top down?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您必须编写一些自定义内容才能使其正常工作。我知道您提到您正在使用 Flex 3.5,但这里有一些可能对您入门有用的链接。
http://www.adobe.com/devnet/flex/articles/spark_layouts。 html
如何底部- 使用 TileLayout 对齐 DataGroup 中的单元格?
如何制作顶部有锯齿边缘的 TileGroup 布局?
I believe you'll have to write something custom to get this to work. I know you mentioned you were working in Flex 3.5, but here are some links that may be of use to you in getting started.
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?