Android Question ListView not scrolling

u2005k

Member
Licensed User
Longtime User
Hi,

I am using ListView in my app, in the list I have added 13 items (all are single line). I can see first 11 items but remaining are not visible in the list view. I was expecting that when I swipe, it will scroll and show me remaining items but it does not. I checked properties and also enbaled FastScrollEnabled (True). Are there any other properties I need to set?

Please help.

Thanks a lot.
u2005k
 

u2005k

Member
Licensed User
Longtime User
I am not setting Height explicitly, while adding view I am using 100%x and 100%y
Activity.AddView(prgList, 0, 0, 100%x, 100%y)
 
Upvote 0

u2005k

Member
Licensed User
Longtime User
I am sorry for delayed response... I found issue in my code and it is working now. Thanks a lot for help.
 
Upvote 0
Top