thefex / Xamarin.Bindings.AdvancedRecyclerView

Xamarin Android binding library for: https://github.com/h6ah4i/android-advancedrecyclerview
Apache License 2.0
0 stars 0 forks source link

Provide virtual method like IsSwipeAvailableFor(..) #12

Closed thefex closed 4 years ago

thefex commented 4 years ago

As in title. Provide virtual method so I can enable/disable swiping based on DataContext (and ViewHolder) - some item on list should have swipe left/right/top/bottom enabled - some not - based on it's data model.

thefex commented 4 years ago

Implemented, available in NuGet: https://www.nuget.org/packages/MvvmCross.AdvancedRecyclerView/1.15.2