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

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -