如何在 Flex 移动应用程序中自定义列表

发布于 2024-11-28 02:37:31 字数 327 浏览 2 评论 0原文

我的意思是不可能用组件来完成,但我不知道我想要的组件是如何调用的。我想获得一个列表,但具有某种“图标外观”。你可以说是某种跳板导航。如果有人了解我的意思,这对我真的很有帮助。

下面是 Photoshop 中的一个快速草图,它应该是什么样子的: http://imageshack.us/photo/my-images/849/hown。 png/

该项目是列表或其他内容中的一个实际项目。

我将感谢每一个答案和可能的解决方案,谢谢。

the thing I mean cannot be probably done with the component, but I don't know how is the component I want called. I would like to achieve a list but with sort of "icon look". You could say some sort of springboard navigation. It would really help me if someone new what I mean.

Here is just a quick sketch in Photoshop how it should look like:
http://imageshack.us/photo/my-images/849/hown.png/

The item is the one actual item in the list or something.

I will appreciate every answer and possible solution, thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无远思近则忧 2024-12-05 02:37:31

是否有任何原因无法使用 DataGroup 围绕 滚动条,带有 TileLayout 并使用 IconItemRenderer

Is there any reason you cannot use a DataGroup wrapper around a Scroller with a TileLayout and use the IconItemRenderer?

孤独难免 2024-12-05 02:37:31

我对 Flex 的移动版本不太熟悉,但在普通 Flex 中,这只是为 List 控件定义渲染器类并使用可单击图像(或某些图像按钮类)作为渲染器的问题。

I'm not that familiar with the mobile version of Flex, but in ordinary Flex this is just a matter of defining a renderrer class for your List control and use a clickable image (or some Image Button class) as the renderrer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文