When I started to create a full screen list using Scrollpane I found the following two problems:
First: The scroll bar doesn't appear even if there is a number of items in the list that are not displayed.
Here is an example from Kprice application where we have 8 items in the main list:
this snapshot before navigating to last visible item (here item3)

inthis the scrollbar appears after navigating to last visible item (item3)

The scroll appears after I navigate down to the last visible item (in snapshot item 3), it is very strange behavior, because the user at first look will not notice that there is other items not visible and he should scroll down to see them.
Second: the function of "focusloop" attribute is not working correctly.
for example in Kprice main list it is not working at all although that focusloop="true" is set in m_s.xml file. In other projects the function of focusloop sometime work and some times work if we scroll down after the last item in the list but doesn't loop if we move up from the first item.
I don't know how you or the community didn't notice these bugs, taking into account that the full-screen list is the main component of any mobile application, and your framework is in version 2 !!

