MPowerKit / VirtualizeListView

.NET MAUI ListView renderers. Improves performance for MAUI ListView, adds additional behaviors
MIT License
69 stars 10 forks source link

[Question] Getting `FirstVisibleItemIndex` #3

Closed ghost closed 3 months ago

ghost commented 3 months ago

Is it possible to get FirstVisibleItemIndex as in the CollectionView control? :)

Alex-Dobrynin commented 3 months ago

Implemented in 1.1.0 Use GetAllVisibleItems on VirtualizeListView. Note: I dont reccomend you to use it each time the collection scrolls, or at least do it in BG thread

ghost commented 3 months ago

Thank you!

ghost commented 3 months ago

You do a great job!

ghost commented 3 months ago

@Alex-Dobrynin Is it possible to use something like EmptyView with your control or just extend your control by myself?

Alex-Dobrynin commented 1 month ago

the answer is here https://github.com/MPowerKit/VirtualizeListView/issues/4#issuecomment-2230596864