Closed
Description
I am trying to bind abbreviation list of quatities to combobox
itemsource
property. But I am not able to do it. Because I couldn't find abbreviations
property . In c# code I solved this problem with using LINQ
. But now I need abbreviation list in xaml. So I can't use LINQ
to get abbreviations from units. There is a way to achive this problem. Using converter class to convert units to abbreviations. But I need a base class otherwise I need to create a converter class for each unit. So these are the only ways that I could find.
What do you think about base class or abbreviation list?
Or do you have any other solution to get abbreviation list of quatities ?
Metadata
Metadata
Assignees
Labels
No labels