[GTK4] Gtk.ScrolledWindow scrolling over other Gtk.ScrolledWindow with vscrollbar-policy: never

Hi, I’m porting my GTK 3 app to GTK 4. Most of the migrating is done.
Only one thing I can’t figure out. I have a Gtk.ScrolledWindow with hscrollbar-policy: never;. In that window I have multiple Gtk.ScrolledWindow with vscrollbar-policy: never;. Now if I scroll over the parent scroll window it works till my mouse reaches the first scrolledwindow then I can’t scroll any further. In GTK 3 this was working. Is there a way to do this in GTK 4?

https://matrix-client.matrix.org/_matrix/media/r0/download/matrix.org/wrxDNItujqpoMQpUuHlzoeVb

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.