SwiftUI LazyVStack Flickers When Scrolling

Hi,

All my LazyVStacks flicker when scrolling them fast. I tried to set a fixed height for the children's views but with no luck.

Is there a solution for that?

This solution solve the same problem in my case.

https://stackoverflow.com/questions/65289475/expand-lazyvstack-display-area

I hope it helps for you and viewer.

SwiftUI LazyVStack Flickers When Scrolling
 
 
Q