Fix scrolling with huge message.

This commit is contained in:
Julien Wadel 2022-01-14 14:38:27 +01:00
parent f15fbf463c
commit 4d9522f191

View file

@ -47,7 +47,9 @@ ListView {
contentWidth: width - (vScrollBar.visible?vScrollBar.width:0)
spacing: 0
synchronousDrag: true
onContentHeightChanged: cacheBuffer=view.contentHeight
cacheBuffer: height
// ---------------------------------------------------------------------------
// TODO: Find a solution at this bug =>