I have a list view in which I am loading 10 items.
I want only 3 items visible when I scroll it.
I don't want to do it by adjusting the list height, and I want to show only 3 items even when I scroll little (means no item should appear partially).
How to achieve this...?
Thanks in advance..!
I will post a code which I have used to populated 10 records each on scroll event.
fetchHistory(int count)
is the method I have used to set the values fortotalHistoryItemCount
&checkInCheckOutHistoryList
.Hope this would help.
Except those 3 items make all others items invisible when scrolling.after scrolling again make visible.