Flex 中的手风琴只有标题而没有容器
是否可以创建仅包含标题的手风琴而不在其中添加任何容器?有没有办法让我可以创建只有标签的三个部分的手风琴?
Is it possible to create Accordion with only the headers without adding any containers in it? Is there a way so that I can just create the Accordion with three sections with only labels?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Accordian 的子级必须是容器。如果手风琴不展开/折叠来显示/隐藏内容,那么它就不是一个手风琴。
如果您只是寻找封闭 Accordian 的视觉外观,为什么不使用带有样式 itemRenderer 的列表呢?
The children of an Accordian must be containers. IF the accordian doesn't expand/collapse to reveal/hide content, it's not much of an accordian.
If you're just looking for the visual appearance of a closed Accordian, why not use a list with a styled itemRenderer?
制作“假”容器。
这应该可以解决问题。
Make "fake" Containers.
That should do the trick.