Android ListView Scrollable -


is there way determine if list view needs scroll display of contents?

in other words, combined heights of children greater height of list view itself.

i have not tried using way, in principle if getlastvisibleposition() equals getcount()-1, items should visible. it's possible there still bit of scrolling needed, less height of row, , don't know if matters in case or not.

if does, iterate on visible children , sum heights.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -