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
Post a Comment