Why is multibinding supported in WPF, but not silverlight?

时间秒杀一切 提交于 2019-12-23 09:38:07

问题


Multibinding is a pretty powerful feature in WPF, why is it not supported in silverlight? They never got around to adding support to it? It's too big to fit in the .NET framework? Will it be coming in Silverlight 5? Anyone know the answers?

Thanks!


回答1:


It's not supported out of the box, but you can throw together an approximation that will maybe do what you want: look here and here

Microsoft has a good page on what's coming up in Silverlight but no mention of multibinding.



来源:https://stackoverflow.com/questions/6099468/why-is-multibinding-supported-in-wpf-but-not-silverlight

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!