↧
Image.Source binding problem
Nevermind... I figured it out... Binding b = new Binding("source"); and then removed: b.Source = this.source; Thanks!!!
View ArticleImage.Source binding problem
I'm having an issue with setting an Image.Source binding in the code behind file. If create the elements in XAML and define the binding there, it works perfectly. But I need to be able to add the...
View Article