BADA 2.0支持水平列表或者像iphone一样的页面控件吗?
我想让屏幕的一部分像iPhone中提供的页面控制选项一样水平滚动(见第一张图片),bada 2.0支持页面控制或水平滚动吗?
如果bada不支持页面控件,我们可以像页面控件一样使用列表视图的ListContextItem吗?我们可以向此列表添加多少上下文项?
我们可以向一个表单添加多个列表,如第二张图所示的一个水平列表和一个垂直列表吗?
I want to make a part of a screen horizontally scrollable like the page control option provided in iPhone(see first image), Does bada 2.0 supports page control or horizontal scroll?
if bada don't support page controls can we use ListContextItem of a listview like a page control and how many context item can we add to this list?
Can we add multiple lists to a form like one horizontal list and one vertical list as shown in second image?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在bada开发者论坛上得到了这样的回复:
参考bada IDE(2.0.2 sdk)->帮助->帮助内容->bada C++应用程序编程> API参考>命名空间列表> Osp::Ui>Osp::Ui::Animations::FrameAnimator 类参考命名空间参考
I got this response on bada developer forum:
Refer to bada IDE(of 2.0.2 sdk)->help->Help contents->bada C++ App Programming > API Reference > Namespace List > Osp::Ui>Osp::Ui::Animations::FrameAnimator Class Reference Namespace Reference
作为回答,基本上 bada 不支持水平列表或滚动,除非您自己编码。我想你可以欺骗方向来模拟水平滚动,但是从左到右淡入页面(反之亦然)应该不会太难制作动画。
我发现提供水平滚动的一个控件是新的 图库 再次此处。
In answer, basically bada doesn't support horizontal lists or scrolling unless you code it yourself. I suppose you could trick the orientation into emulating horizontal scrolling, but fading in pages from left to right and vice versa shouldn't be too tricky to animate.
The one Control I have found that provides horizontal scrolling is the new Gallery and again here.