Ok, it was a nice surprise (after writing it several times) to find that there already is a BooleanToVisibilityConverter in System.Windows.Controls namespace.
Probably there are more such hidden time-savers.
Anyone got some?
|
9
|
|
|
|
|
|
I did a quick trawl using the Object Browser and this what I have Derived from IValueConverter
Derived from IMultiValueConverter
Note the Xceed ones (no connection) are available free with their DataGrid. As well as those there's some clever stuff around like the debugging converter. I've also used the last IValueConverter and I'm sure there's some further Lambda function goodness to be found too. |
||
|
|
|
|
Before 3.5 SP1, an IValueConverter was required for string formatting. Now, you can use the StringFormat property on Binding to do this. From the MSDN page:
|
||
|
