views:

36

answers:

1

I'm probably typical in being bewildered by the many syntaxes of Wpf binding. Does anyone know of a chart that lays out all the possibilities. Across one axis is all the variations of binding syntaxes (Static, Dynamic, Self, ...), the other axis are all the variations of scoping and type. The intersection of the axis show an example.

Surely someone, some author has done this, eh?

+1  A: 

http://www.nbdtech.com/Free/WpfBinding.pdf

Robert Harvey
it's far from being complete, many binding syntaxes are missing (binding to attached properties, to an index of a collection...)
Thomas Levesque
@Thomas: Check the duplicate question for others.
Robert Harvey
Still haven't found one in chart form but they do exist in cheatsheet form. Similar question asking about a cheatsheet: http://stackoverflow.com/questions/491312/is-there-a-wpf-cheat-sheet-outherehttp://blog.blueboxes.co.uk/wp-content/uploads/2009/02/wpfcheatsheet.pdfhttp://www.simple-talk.com/dotnet/.net-framework/from-winform-to-wpf-a-quick-reference-guide/
BSalita