Silverlight: How to use a binding in setter for a style (or an equivalent work around)

前端 未结 4 900
臣服心动
臣服心动 2020-12-17 15:26

If the person who answered this question is right, you cannot put a binding as the value in a setter in a style in Silverlight. Which is a shame, because I have 4 textblocks

4条回答
  •  抹茶落季
    2020-12-17 16:06

    Check out SetterValueBindingHelper in this blog article and support for Binding in style setters is announced for SL5.

提交回复
热议问题