virtual-list icon indicating copy to clipboard operation
virtual-list copied to clipboard

🧾 React Virtual List Component which worked with animation

Results 103 virtual-list issues
Sort by recently updated
recently updated
newest added

我通过ref.current.getScrollInfo拿到的信息很奇怪 我的高度设置的是200,内容高度是动态(获取到的是700),然后滚动到底部的时候scrollInfo.y显示的500,这个500的值应该是内容高度700-高度200. 但是我拿不到这个700的值,我就无法判断是否滚动到底部了 所以getScrollInfo能不能暴露更多的信息?

htmlElement为null情况下,获取offsetHeight会报错,希望可以兼容一下

1. 有个div弹窗,弹窗显示有scale动画 2. 弹窗里virtualList 3. 这时候virtualList就无法滚动到底部,因为virtualList获取高度的时候,获取到的是scale动画还没结束的时候,高度是缩放时候的高度 请问 - 如何解决这个问题 - 或者如何让virtualList重新获取高度

现在进入页面的时候会显示滚动条,然后再消失,视觉干扰好大 能否设置默认不显示

![image](https://github.com/react-component/virtual-list/assets/93836126/151342dc-b7ac-465e-9738-d981e1ba9004)

``` ({ id: index }))]} height={200} itemHeight={30} itemKey='id' > {(item) => {item.id}} ``` - 滚动条的位置刚好卡在高度的一半 - 如果height是动态值,我只要延迟设置height就正常,但这个时机不一定,可能是100毫秒,也可能是200毫秒以上。而且界面会弹一下 - 我这个组件是在弹窗里的

ipad双指在列表区域滑动下,就不能在滑动,单指也失效了。

Add List InnerProps export, Enable external input of custom styles