bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.28k stars 3.06k forks source link

Why don't this support custom scrollbars? #1275

Open enesyteam opened 5 years ago

enesyteam commented 5 years ago

Just one word: Why?

I see many people ask about integrate react-virtualized with a custom scrollbars, but absolutely there is no solution work. So why are you don't support custom scrollbars in your library?

Thanks you!

SleepingWhale commented 5 years ago

@enesyteam It is probably outdated. Anyway I faced the same problem and here is the solution that worked for me.

import { Scrollbars } from 'react-custom-scrollbars';

<Scrollbars ref={this.scrollRef}>
    <WindowScroller scrollElement={this.scrollRef.current.view}>
casvil commented 5 years ago

is this possible using MultiGrid?