Sencha Touch:FLUD 风格的多滚动面板
我正在尝试通过 Sencha Touch 开发 FLUD 样式的面板列表。所有面板都可以自行滚动。以下是我想要的图像 灵感来自于这个 FLUD 面板:
现在,如果我只是创建一个带有溢出项目的 Ext.Panel(或者可能是一个选项卡面板)的 Ext.List,它们是否都可以被点击并且在自己内部滚动?或者你能提供一些其他的想法来实现这个吗?
I am trying to develop a FLUD style list of Panels by Sencha Touch. All the panels will be scrollable by themselves. Here are the images of what I want inspired by a this FLUD panel :
Now, if I just create a Ext.List of Ext.Panel (or may be a Tab Panel) with overflowed items, can they all be tapped and scrolled within themselves? Or can you provide some other idea to implement this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嘿,我只是为了工作而考虑这个想法。您可能已经看过这个,但如果您还没有看过,这里有一些起始代码:
然后将 10 多个这些项目转储到其中和中提琴中。只需弄清楚如何自定义滚动条(这就是我现在正在进行的部分)。祝你好运!
Hey, I was just playing with this idea for work. You've probably seen this already, but here's some starter code if you haven't:
Then dump like 10+ of those items in there and viola. Just got to figure out how to customize the scrollbar (that's the part I'm on right now). Good luck!