gnir-work / react-window-dynamic-list

A naive approach to virtualizing a dynamically sized list
49 stars 9 forks source link

Changes to the lists scrollbar? #7

Closed burtonator closed 4 years ago

burtonator commented 4 years ago

What do you mean by this note:

Changes to the list's scrollbar, especially the width, should effect all of the scrollbars in the application. Since we pre render the items in order to measure them the size of the scrollbar is important in the pre rendered item as well.

Do you mean the CSS for the actually physical scrollbar that you drag in the UI ?

I imagine this won't impact many people as most people don't change this

gnir-work commented 4 years ago

Thats what I meant. I know that it won't impact many people, however I think it should still be written somewhere :)

On Mon, Apr 13, 2020, 18:55 Kevin Burton notifications@github.com wrote:

What do you mean by this note:

Changes to the list's scrollbar, especially the width, should effect all of the scrollbars in the application. Since we pre render the items in order to measure them the size of the scrollbar is important in the pre rendered item as well.

Do you mean the CSS for the actually physical scrollbar that you drag in the UI ?

I imagine this won't impact many people as most people don't change this

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gnir-work/react-window-dynamic-list/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKLMGSXVDVO5U7SA7WWI7W3RMMYWNANCNFSM4MHBNEDA .

gnir-work commented 4 years ago

I am closing this thread, feel free to open it again if you have any more questions.