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 converters in design time?
Asked
Active
Viewed 300 times
1 Answers
0
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.

EightyOne Unite
- 11,665
- 14
- 79
- 105