WPF Binding with a Border
Posted
by Nathan
on Stack Overflow
See other posts from Stack Overflow
or by Nathan
Published on 2010-03-14T00:59:05Z
Indexed on
2010/03/14
1:05 UTC
Read the original article
Hit count: 887
I have a group of borders that make up a small map. Ideally I'd like to be able to bind the border's background property to a property in a custom list and when that property changes it changes the background. The tricky thing is, I have to do this in code behind. Could someone point me in the right direction?
Thanks.
© Stack Overflow or respective owner