Hi,
I'm using the CarouselView plugin: https://www.nuget.org/packages/CarouselView.FormsPlugin/
I have binded CarouselView.Position to my View Model's property called CurrentPage.
If I set CurrentPage to 1 from the constructor, the behaviour is correct. But if I set it inside a button's command function, the Position does not change. Is this a known bug?
My workaround is to handle position changes from the code-behind, but this is not a good MVVM practice I think.
↧
CarouselView does not bind Position properly
↧