开发者

IValueConverter not working in blend design

I am using Blend 4. I am having a list item which i am binding to sample dataset VM using this approach, which works fine. The issue is with the IValueConverter applied to binding. Blend doesn't seem to process the converter in design time UI. Is it possible for Blend to process data using conver开发者_StackOverflowters in design time?


This isn't an answer per-se but it might still help you.

What I do in these situations is stick a breakpoint in the Convert method, attach the debugger to Blend.exe and open the offending Xaml (in Blend). It's a real nice trick for solving some of these blendability issues.

HTH.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜