Android Question How to get empty CustomListView line size (count)?

gacar

Active Member
How to get empty CustomListView line size (count)? Thanks.


1646340101519.png
 

Sagenut

Expert
Licensed User
Longtime User
If you know the Height of the item that You are going to insert (and thinking that the height of all the items will be fixed) it's enough to divide the CLV's Height per the Item's Height.
I think.
 
Upvote 1
Top