How to data bind multiple values to a single TextBlock.Text in WP7?

前端 未结 2 2015
臣服心动
臣服心动 2021-01-17 23:43

How can I bind 2 properties to a single TextBlock.Text (eg. first name and last name or current value and max value)?

something like:

// IValueConver         


        
2条回答
  •  耶瑟儿~
    2021-01-18 00:02

    If you are working with WP7.1 (I know you mentioned WP7), take a look at the Cimbalino Windows Phone Toolkit. It offers a MultiBindingBehavior.

提交回复
热议问题