listCOMP u/v outside of panel

Hi there,

with the containerCOMP we get panel.u > 1 or panel.u < 0, when dragging the mouse outside the panel.
This is very useful for mouse interactions, that drag from inside the panel over the bounds of the panel.
The listCOMP on the other hand just clamps those values to 1 and 0.
Would it be possible to get those values, just like with the containerCOMP?

Best wishes,
David

1 Like

I just tried with the lister from the palette, which is an awesome component btw…
Unfortunately it stops the callbacks completely when the mouse drag is leaving the panel, even when the list page has “off cell callbacks” switch on.

It would be so great, if we could use the listCOMP and the lister and get those off panel u/v coordinates.