Tag Archives: TileList

Flex:使用direction控制TileList的显示方向

TileBase.direction
属性
direction:String  [读写]
此控件布置其子控件的方向。可能的值为 TileBaseDirection.HORIZONTAL 和 TileBaseDirection.VERTICAL。默认值为 TileBaseDirection

More…

Posted in ActionScript | Tagged , , , | 1 Comment

Flex TileList 使用自定义ItemRnederer低级错误举例

使用Flex TileList实现如下效果:
image
考虑到日后可能需要在其后添加按钮, 考虑到日后可能会在后面加入其它内容, 于是继承HBox, 实现IDropInListItemRenderer, IDataRenderer.
但屡屡发现出现错误: 每次仅显示最后的一个或两个Item, 前面的有,

More…

Posted in ActionScript, Flex | Tagged , , | Leave a comment