Roger Leblanc

Results 3 comments of Roger Leblanc

The [`GridLength` struct](https://github.com/dotnet/maui/blob/503b5344c40e49b234c0c7a654881250ecdb550e/src/Core/src/Primitives/GridLength.cs#L9) seems to be missing the `TypeConverterAttribute` : ```cs namespace Microsoft.Maui { /// [DebuggerDisplay("{Value}.{GridUnitType}")] [System.ComponentModel.TypeConverter(typeof(GridLengthTypeConverter))] //

[BindablesGeneric.zip](https://github.com/yusuf-gunaydin/Bindables/files/2563221/BindablesGeneric.zip)

I can reproduce this issue with those devices : - Google Pixel 6 running Android 14 - Samsung Galaxy A11 running Android 12 - Any Android virtual device created with...