roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
244 stars 30 forks source link

Force to update CurrentIndex before scroll ended (during scroll) #80

Open ems107 opened 1 year ago

ems107 commented 1 year ago

CurrentIndex is only updated when scroll finishes. It is probably done this way for performance, but for our specific case we need it to be constantly updated. We have added the possibility through a boolean property which is false by default.

roubachof commented 1 year ago

missing ios implementation