Flex 4.5 中的列表项目符号
是否可以在 Flex 4.5 移动开发中向标签添加项目符号? 像这样的东西:
.Item
.Item
.Item
Is it possible to add bullets to a Label in Flex 4.5 mobile development?
something like this:
.Item
.Item
.Item
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我在标签之前放了一个图标
I put an icon before the label
您可以扩展自定义标签组件,在 createChildren() 中添加图像并将其从标签左侧放置 -x 并相应地调整 y。
You could extend a custom label component where in the createChildren() you add your image and place it -x from the left side of the label and adjust the y accordingly.
http://help.adobe.com/en_US/flex/using/WS19f279b149e7481c7fdc883d12de39353f1-8000.html
http://help.adobe.com/en_US/flex/using/WS19f279b149e7481c7fdc883d12de39353f1-8000.html