Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.74k stars 915 forks source link

Use with custom scrollbar library #818

Open saleh-gholamian opened 1 year ago

saleh-gholamian commented 1 year ago

Clear and concise description of the problem

It would be great if you could add custom scroll bar feature, I tried to use it inside simplebar or prefect-scrollbar but I didn't succeed.

Suggested solution

I think you should add a prop so that we can specify the type of the scroll container (such as the itamTag attribute for DynamicScrollerItem).

Alternative

No response

Additional context

No response

Validations

yestellar commented 1 year ago

It would be nice to add this. I am looking for an approach to make scrollbar floating but unfortunately it seems that i can't achieve that yet.

DypoB commented 1 year ago

are there any found solutions?

srackhall commented 1 year ago

pageMode

可以尝试使用这个参数。

并在其 外部 , 定义你想使用的 custom scrollbar