I have a main view which contains a wrap panel, this wrappanel contains a list of usercontrols.
I get data into the usercontrol by using DependencyProperty, issue is how do i then bind in the wpf to variables in the usercontrol? if i use
DataContext="{Binding RelativeSource={RelativeSource Self}}"
it seems to stop the DependencyProperty from working