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

Is it possible to scroll to an item in list? #28

Closed bijington closed 3 years ago

bijington commented 3 years ago

Apologies if this has been documented somewhere but I was not able to find it. Basically I would like to try and scroll to a specific item in the list to take the user back to their current progress. Much like the old days of RequestBringIntoView from WPF.

Is this possible?

roubachof commented 3 years ago

yup, set the CurrentIndex property.

bijington commented 3 years ago

Oh thanks and really sorry I missed that!

I have to say this library is fantastic! I didn't realise how powerful it was until I started using it!