android - RecyclerView 添加了一个超长的header后,scrollbar的大小和比例不对。
高洛峰
高洛峰 2017-04-17 17:38:51
0
1
717

用viewType实现的header。
header的高度有三四屏高,其它的view高度就几十像素。
当滚动到header部分后,scrollbar的位置和大小明显都不对,看起来非常小。
是否有方法能实现自己计算:实际滚动距离 /(header尺寸 + item数 * item尺寸)获得移动的比例,然后自己设置滚动条的高度什么的?

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(1)
PHPzhong

Let me tell you the reason first,
Because RecyclerView actually loads the page dynamically. When your head is slid out of the screen, it may be destroyed and will not be counted in the entire sliding view.
If you want to achieve the effect you want, you might as well hide the built-in slider and make one yourself. It should be very simple

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template