React-virtualized: Why don't this support custom scrollbars?

Created on 21 Nov 2018  路  2Comments  路  Source: bvaughn/react-virtualized

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!

Most helpful comment

is this possible using MultiGrid?

All 2 comments

@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}>

is this possible using MultiGrid?

Was this page helpful?
0 / 5 - 0 ratings