bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.48k stars 778 forks source link

Add "behavior" option for scroll methods #749

Open SangJunBak opened 6 months ago

SangJunBak commented 6 months ago

Similar to React-Virtuoso, is it possible to add a separate "behavior" option for methods scrollTo and scrollToIndex? This is possible via the native scrollTo method instead of setting scrollTop here https://github.com/bvaughn/react-window/blob/efad3d8909753fd74aad7c47dc902b26f0919651/src/createListComponent.js#L297.