Remove snap to item. Add caching for scrolling speedup

This commit is contained in:
vladest 2017-08-05 13:28:08 +02:00
parent 95c28b2fa1
commit 3a013bf86e

View file

@ -50,7 +50,7 @@ Item {
margins: 4
}
clip: true
snapMode: ListView.SnapToItem
cacheBuffer: 4000
model: ListModel {}
delegate: Item {