From what I've been told, I need to create an IValueConverter
to do my custom formatting. The problem is my formatting is one-way, there is no legitmate ConvertBack
implementation.
So, how do I handle one-way IValueConverter
s. (If it helps, this is for a read-only control.)