Dq

Results 5 comments of Dq

I have the list view working with the trackpad/D-pad, but the list only scrolls if the next/previous item of the list if not fully visible. For example, if the last...

I'm getting a similar issue, but this fix does not work on my case. On a 1280px screen I'm drawing 6 items with width 220. All of them are visible,...

@httpdispatch yes, the scrollTo method is being called when I swipe on the list. Also, the horizontal list view itself does not have padding, but the items have a padding...

Assuming is the HorizontalListView, then the items I have inside of it (LinearLayouts) are the ones with the padding. So I think what you're telling me to try is the...

OK, so that was indeed the issue. Had to change the padding to the child views. Thanks!