GridView: How to prevent contentY update when scrolling scrollbar in GridView?
Unsolved
QML and Qt Quick
-
Hi,
I am using Gridview to show around more than 200 thumbnails. added vertical scroll bar to scroll thumbnails Up /Down.
while dragging scrollbar, continuously update ContentY property which hangs the UI.
Is their a way to update ContentY property only on scrollBar release Instead of continous update on scrollBar drag?