09-13-2012 02:01 AM
Hi everyone,
I am using normal list in my app, bt the problem is the list item width is high,
I dont have any problems with list in landscape mode bt coming to potrait mode extra "..' are coming instead of data,
Is it possible to scroll the data in list,(means the width is exceeds then automatically the data in it list will be scrolled,)
can any one help me. urgnt iam waitng..
Thanks in advance
Solved! Go to Solution.
09-13-2012 02:47 AM
Hi again,
scrolling id needed to my app, pls help me
09-13-2012 05:03 AM
Not sure if understand the question. Maybe you could use two different itemrender for protrait/landscape to optimize the presentation of the data in the list.
09-13-2012 05:45 AM
Hi Mr.georg
Thanks for ur reply, I want the data in list is to be horizontally scrolled,
lets explain
if the size of the data is high then user unable to view the entire data, in those conditions the data will automaticaly scrolled in x direction
09-13-2012 06:35 AM
Ok, i understand.
I would prefere to use a different itemrendere for portrait to display the data in two lines for each item without the need of scrolling.
But you can also try to put the complete list into a srollable container, like a scrollpane (or container in bb10 sdk - but its not working for now). Not sure how good it works.
09-13-2012 06:43 AM
Thank again georg,
Its not working Sir, I am already tried to display data in two lines. and its working too, bt iam not satisfied with it,
I wanna try scrolling I dont know how to do it?
09-18-2012 01:11 AM
I got the solution which equavalent to scrolling,
I am overiding label method in cell render claSS and applying marquee to it, event though it is large it can be scrolled.