Seeking feedback on the recently improved List View

Hello, I use a list view to display chat conversations. the virtualization for loading and scrolling through large conversations was intriguing. I'd like to see the addition of onChange() and the ability to dynamically disable the component. not having onChange() makes things a bit difficult. any query or action that can cause the loading of a new conversation or the addition of a message I have to find a way to scroll the list view. It works, but duplicate code everywhere can give programmers nightmares and PTSD :wink:

1 Like