List COMP Scrolling

I’ve got a custom List COMP that allows for some interaction (cell values changing) when rolling over those cells and scrolling the mouse wheel up and/or down.

My issue is that if I enable the vertical scroll bar, it seems to take over all that interaction - so scrolling my mouse wheel moves the scroll bar up and down - and blocks my cells from changing.

So, is there any way I could tell the List COMP’s vertical scroll bar to not listen to the mouse wheel?

There is currently no way to turn that behavior off. You can post a request in the RFE section if it’s critical.

Gotcha, thanks for the info. Was able to work around it by using a slider comp to scroll through the list, and just turned off the builtin scrollbar - seems to be working fine for now. Thanks!

1 Like

No guarantees, but you can find an old scrollbar workaround here: /sys/TDTox/scrollPanel