Browse Source
Scrolling on UWP happens asynchronous to the UI thread, so `ItemsRepeater` on that platform generate an additional buffer of prepared elements sufficient to fill an area larger than the viewport. We don't have async scroll rendering on Avalonia so make the default cache size 0.pull/2603/head
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue