Yann Zahringer Ferrando

Results 31 comments of Yann Zahringer Ferrando

Same problem, here is an example where the FlexLayout should be aligned at the beginning at the top but it takes all the space horizontally and vertically. ````xml ````

A simple solution, without specific DI framework dependency, would be to provide an `IScheduleBuilder` that can be registered as a singleton. Then this could be injected and used to create...

I confirm, same problem. I tried to flip easing in/out, without success. Related to #410?

Same issue. The problem comes with `XF 4.3`, in `4.2` the `CollectionView` is displayed correctly.

Fixed installing the last [Microsoft.Net.Native.Compiler](https://www.nuget.org/packages/Microsoft.Net.Native.Compiler/2.2.12-rel-33220-00) nuget preview: `dotnet add package Microsoft.Net.Native.Compiler --version 2.2.12-rel-33220-00`

The 2.0.0.*-beta can be installed in a Xamarin Mac 2.0 project but the icons are not displayed.

@jfversluis I think the regression is caused by the `ItemsLayout` null assignation on https://github.com/xamarin/Xamarin.Forms/pull/14780/files#r734946106. As commented, I had my doubts in the past about this, but the memory leak persisted...

Same issue but only with `Selected` VisualSate defined. If `VSM` not defined on `CollectionView`, the item is unselected correctly. Related to PR https://github.com/xamarin/Xamarin.Forms/pull/10770

Same issue with 1.5.0.13-beta on iOS, no problem on UWP and Android. Version 1.5.0.8-beta works on iOS.