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
@davideas Now the Item position is at the top, when the Item scrolls down a distance, the position of the scroll bar does not change
Scroll bar changes when Item scrolls a long distance, But I can be sure that the above problem is not because of too many items, Because when I continue to scroll down, the scroll bar changes slightly, I feel the synchronization delay of scroll bars may be related to app:layout_behavior="@string/appbar_scrolling_view_behavior", although appbar_scrolling_view_behavior is set, but the FastScroller not remove the excess height for scroll bar, causing the first scroll sync delay.
The text was updated successfully, but these errors were encountered:
@tcqq, thank for this issue, I see it.
The FastScroller comes from another library. I verified the issue comes from there, and is still there! The calculation is done in setBubbleAndHandlePosition(y) and the effect is more visible at the increase of the items, the handle doesn't move along with the positions when at the top or at the bottom. Indeed it is caused by the wrong usage of the height of the handle.
@davideas Now the Item position is at the top, when the Item scrolls down a distance, the position of the scroll bar does not change
Scroll bar changes when Item scrolls a long distance, But I can be sure that the above problem is not because of too many items, Because when I continue to scroll down, the scroll bar changes slightly, I feel the synchronization delay of scroll bars may be related to
app:layout_behavior="@string/appbar_scrolling_view_behavior"
, althoughappbar_scrolling_view_behavior
is set, but the FastScroller not remove the excess height for scroll bar, causing the first scroll sync delay.The text was updated successfully, but these errors were encountered: