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
I tried to use smoothScrollToPosition or setSelection.
The problem is that smoothScrollToPosition only works when the offset is greater than 1,
If setSelection returns to 0 position, the UI is broken.
Please help me if I am wrong.
Item placement is 3 * 3 per screen and scrolls horizontally.
ex) setSelection(pageOffset > 0 ? 10 : 1);
The text was updated successfully, but these errors were encountered:
I tried to use smoothScrollToPosition or setSelection.
The problem is that smoothScrollToPosition only works when the offset is greater than 1,
If setSelection returns to 0 position, the UI is broken.
Please help me if I am wrong.
Item placement is 3 * 3 per screen and scrolls horizontally.
ex) setSelection(pageOffset > 0 ? 10 : 1);
The text was updated successfully, but these errors were encountered: