CarouselView
CarouselView copied to clipboard
Fix for PositionSelectedCommand not working with custom Command
trafficstars
Files Changed:
- MainViewModel in Demo.csproj
- CarouselViewControl in CarouselView.FormsPlugin.Abstractions
Fixed the bindable property to correctly accept and return custom ICommand implementations, to work with Prism for example.
Awesome. Will merge this change.
I cannot use this in my current implementation as ICommand doesn't support type argument.
Could try fixing that if I knew where and how you need the typed argument