December 2008

You are browsing the archive for December 2008.

The PyBinding MarkupExtension: use Python statements for Data Binding

The PyBinding MarkupExtension: use Python statements for Data Binding

Many of us have felt the need to have custom expressions inside of Bindings. The need has ranged from applying mathematical operators to calling methods on bound objects. For simple needs you can probably create a custom IValueConverter or a IMultiValueConverter that can do the job, but when you want to use arbitrary expressions, something [...]