Databinding, ListView/GridView and Converter
Had some trouble with using a converter when databinding on a GridView yesterday so I thought I’d do a quick write up. Imagine for one instance you have the following class: Now imagine you have the following xaml: To bind to the grid all you would have to do on the window load event is: […]
. Read more