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?
Does BADA 2.0 support horizontal list or a page control like iphone?
246 Views Asked by Char2674 At
2
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.