So many dead ends!
I'm trying to achieve two way binding between a visualization and an array of about 300 single bytes of data.
It sounds simple but it turns out not.
Even Bea Stollnitz, it seems, took three goes at binding a polyline to data: Part 1 Part 2 Part 3
What hope does a beginner have?
So my question is:
Is there a series of systematic questions you ask yourself which helps avoiding dead ends and wasted time when coming up with a binding strategy in WPF?
(Or is there a link to a concise document/matrix that tells you what you need to implement in order to reach the cheese?)