Jamison, Jia

Results 7 comments of Jamison, Jia

Hi @drasticactions Tested on .Net 8, still no luck.

Related discussions: [Unable to bind CollectionView to Dictionary](https://github.com/dotnet/maui/discussions/15249)

One more thing I have noticed. The Binding of Dictionary works fine when both key & value are primary types. But error occurs for composite types. `Error: Cannot get 'Item'...

> > > With this Hanlder it works: > > > ``` > > > Microsoft.Maui.Handlers.WindowHandler.Mapper.AppendToMapping(nameof(IWindow), > > > (handler, view) => > > > { > > > #if...

> Hi, > > for me there is no Error, but the Collectionview will display completely empty. > > XAML > > ``` > > > > > Grid.Row="0" >...