Well, I'm not new to programming or C # per se, I just can't get WPF binding right in my head. My colleagues are raving about this (and yes, I will ask them too), but now I'm at a standstill.
Here is what I would like to do for starters:
As an example, I have a list of things like this:
List<Thing> thingList = Source.getList();
Now i used to go
foreach(Thing t in thingList)
{
}
But from what I can collect, is that I can somehow not do this, but use data binding to populate the combo box for me.
What I cannot get is where can I put a "thingList"? Am I doing it somewhere separately? Where can I place this property?
, , , - , .
, , , , ?