Carl Zeitler
09/15/2025, 2:42 PMonFirstVisible
modifier and hoping to get some input.
When displaying `Row`s with horizontalScroll
within a Column
with verticalScroll
, vertical scrolls are never considered for triggering the onFirstVisble
callbacks. Horizontal scrolling still invokes the callbacks when applicable. This only happens if a Row
is initially considered to be in the viewport (e.g. the Row
is the first item in the Column
), otherwise, both scrolling directions work properly with onFirstVisible
.
Unfortunately I’ve tried to isolate this behavior in a demo project but wasn’t able to. Therefore I’m asking if anyone has an idea of what the underlying issue could be.Andrey Kulikov
09/15/2025, 3:35 PMCarl Zeitler
09/16/2025, 5:53 AMAndrey Kulikov
09/16/2025, 8:06 AMCarl Zeitler
09/16/2025, 11:33 AMAndrey Kulikov
09/17/2025, 9:35 AMCarl Zeitler
09/18/2025, 5:32 AM