MultiDataTrigger vs DataTrigger with multibinding

前端 未结 2 521
春和景丽
春和景丽 2020-12-29 02:38

I encountered a situation where I can easily achieve the same functionality by using a MultiDataTrigger or, alternately, using a DataTrigger with a

2条回答
  •  春和景丽
    2020-12-29 03:10

    Multibinding requires a converter for all but the rarest circumstances (using StringFormat).

    MultiTrigger only requires a converter to get your binding results into booleans.

提交回复
热议问题