The application my group is working on an application involving a
ListView underneath a picture. The ListView can display two lines at a
time but we may have more than that in the ListView. We already know
that the ListView will already scroll once the user attempts to access
text off of the screen but "off the screen" doesn't really work for us
since ListView considers "off the screen" to be much furthur off the
screen than how our ListView works (in other words, our ListView only
displays two at a time and the default implementation seems to imply
more lines being displayed at a time).
My question is how do we make it so the ListView will scroll after two
lines?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to