Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF Databinding

Can anyone point me to a good resource (or throw me a clue) to show me how to do DataBinding to controls (ComboBox, ListBox, etc.) in WPF? I'm at a bit of a loss when all my WinForms niceities are taken away from me, and I'm not all that bright to start with...

like image 375
theog Avatar asked Aug 11 '08 01:08

theog


1 Answers

The best resource I've found for WPF data binding is Bea Costa's blog. Start from the first post and read forward. It's awesome.

like image 162
Matt Hamilton Avatar answered Oct 19 '22 22:10

Matt Hamilton