gpt4 book ai didi

android - RecyclerView LinearLayoutManager.scrollToPositionWithOffset 不起作用

转载 作者:行者123 更新时间:2023-11-29 01:30:49 25 4
gpt4 key购买 nike

我想将 RecyclerView 滚动到某个位置,我使用 LinearLayoutManager.scrollToPositionWithOffset() 滚动,但它不起作用。谁能帮帮我?

我的代码:

初始化RecyclerView:

mRecyclerView = (RecyclerView) findViewById(R.id.recycler_view);
mRecyclerView.setLayoutManager(new LinearLayoutManager(this));

Button onClick 中,我这样做是为了滚动 View:

((LinearLayoutManager)mRecyclerView.getLayoutManager()).scrollToPositionWithOffset(position, offset);

最佳答案

我认为您应该使用 RecyclerView.smoothScrollToPosition(position),其中 position 是您当前的位置 + 偏移量。

关于android - RecyclerView LinearLayoutManager.scrollToPositionWithOffset 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31265476/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com