It turns out it was bug(s) in my code. I was setting an incorrect property
on my derived Button. My binding experiment failed because I was
accidentally binding the Image.Source to an Image and not an ImageSource
(they are interchanged confusingly in many classes).

 

Changing the Button's Content = Image.Source = xxxx does immediately update
the appearance.

 

Greg

_______________________________________________
ozwpf mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf

Reply via email to