CarouselView icon indicating copy to clipboard operation
CarouselView copied to clipboard

Fix for PositionSelectedCommand not working with custom Command

Open Dualitys opened this issue 6 years ago • 3 comments
trafficstars

Files Changed:

  1. MainViewModel in Demo.csproj
  2. CarouselViewControl in CarouselView.FormsPlugin.Abstractions

Fixed the bindable property to correctly accept and return custom ICommand implementations, to work with Prism for example.

Dualitys avatar May 22 '19 12:05 Dualitys

Awesome. Will merge this change.

alexrainman avatar Jun 04 '19 16:06 alexrainman

I cannot use this in my current implementation as ICommand doesn't support type argument.

alexrainman avatar Dec 19 '19 19:12 alexrainman

Could try fixing that if I knew where and how you need the typed argument

Dualitys avatar Dec 20 '19 07:12 Dualitys