You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: