Hi!
I am doing multiple HorizontalListView on the ListView to get multiple horizontally scrollable rows. It works fine. I have a lot instances of HorizontalListView in array and same number of rows (Views) not recycling them. But one or sometimes two rows in that array scrolls horizontally like they have very low velocity in contrast to the others. Also that slow rows twitch a little when I move the adjacent rows, like different instances are connected somehow.
All things are happening in the same UI thread.
Could you tell me why this happens?
Thank you!
Hi!
I am doing multiple HorizontalListView on the ListView to get multiple horizontally scrollable rows. It works fine. I have a lot instances of HorizontalListView in array and same number of rows (Views) not recycling them. But one or sometimes two rows in that array scrolls horizontally like they have very low velocity in contrast to the others. Also that slow rows twitch a little when I move the adjacent rows, like different instances are connected somehow.
All things are happening in the same UI thread.
Could you tell me why this happens?
Thank you!