dotMorten / MauiEx

A set of .NET MAUI controls
Apache License 2.0
224 stars 55 forks source link

Set Multiple Display Paths #73

Closed federicojoselucia closed 3 years ago

federicojoselucia commented 4 years ago

Hi, would it be possible to add multiple Display Member Paths? Maybe separated by a dash. I was looking at "FormatType" method and thought it could take some sort of list by parameter.

Any case, great work. Hope some day be able to contribute.

dotMorten commented 4 years ago

No there isn't. Typically that would be done with an item template but that's not possible with native controls. Instead create a field in your view model like "DisplayName" or something and have that property format how you want it.