2
votes
3answers
1k views
Display Row Tooltip in WPF DataGrid
I'm using a the WPF datagrid from the Microsoft CodePlex project. I have a custom control that I want to databind to a field from the row of the datagrid. I can't for the life of me figure out how …
2
votes
5answers
311 views
What does Cannot modify the logical children for this node at this time because a tree walk is in progress mean?
Hi,
I am setting the DataContext of an object in the completed method of a background worker thread. For some reason, I get an error saying:
Cannot modify the logical children for …
4
votes
Display Row Tooltip in WPF DataGrid
Figured it out... took me about 6 hours...
For some reason, I can't set the value directly using Value.Setter. If I define the content for the tooltip as a static resource though, and then …
1
vote
What does Cannot modify the logical children for this node at this time because a tree walk is in progress mean?
After playing around more, I think this is a bug in the Silverlight charting toolkit.
The following code causes a reproduceable crash.
int runCount = 0;
private vo …
