Closed Archon- closed 5 years ago
Hi @Archon- glad you're liking this project. I think you could use any scroll bar for this. Maybe there's an existing scroll bar on npm, or you could build your own, but it doesn't need to live inside this project. For example the code might look like this:
const scrollBar = new ScrollBar(options)
scrollBar.onMove(({x, y}) => {
listView.moveToPosition(x)
})
Hope that helps! Cheers,
Sure, sounds good to me. :)
Hi all,
nice project @mattcolman . I'd like to use this list view component with scroll (horizontal/vertical). Of course this would be optional and could be render at any place, up to developer.
Example of usage:
I'm happy to work on some proposal PR. Please let me know what do you think.