Tagged Questions

2
votes
3answers
2k views

Currency formatting on ComboBox items

I have a ComboBox bound to an ObservableCollection of decimals. What is the correct way to apply our currency converter to the items? Edit: a) I have an existing currency converter that I must use ...