Hi there, I have created a number of user controls that I want to bind in WPF. Therefore I have created a Value property but when I am trying to bind it I get the following error message at runtime: "Cannot bind the property 'Value' on the target control" I have done some reading and http://msdn.microsoft.com/en-us/library/system.windows.data.binding.aspx states that the property used for binding must be a 'dependency property' (http://msdn.microsoft.com/en-us/library/ms752914.aspx). This is where I got lost. There is no mention of 'dependency properties' in the ABL docs. How do I create this? Do I really need this or is there another way to support data binding on user controls in WPF? Thanks for any insight! asked 06 Oct '17, 10:26 gnanasekarP Frederik Ramm ♦ |
Please note that this site is for questions related to OpenStreetMap. You'll probably have better luck somewhere else.