Nice example of a race condition on MSDN Forums, because the Binding is running on a different thread and won't update in time. Let's look at the problem: (more…)
While creating apps with the Universal Windows Platform (UWP) I noticed a weird behavior, but I’m not sure if it’s a bug. Let’s just call it the “Master-Detail-Problem”.
To explain it, I stripped down my code to the XAML-snippet below. No code-behind needed. (more…)