Get all full visible objects on lListView

后端 未结 4 438
粉色の甜心
粉色の甜心 2020-12-31 03:21

I have a ListView, which contains more elements then I can display at one time.Now I want to get Index off all Elements, which are full visible ( -> excluding those that are

4条回答
  •  离开以前
    2020-12-31 03:34

    Try onScrollListner and you can able to use getFirstVisiblePosition and getLastVisiblePosition.

    This this link, it contain similar type of problem. I suppose you got your answer there..,.

提交回复
热议问题