I'm trying to build a custom layout. i defined a bindableproperty of type DataTemplate. When the ItemsSource changes I apply the datatemplate to the children, this all works fine. However, if the datatemplate contains any bindings, the bound values don't show up on screen. I can see the properties getting filled with the correct values when I set a breakpoint, they just don't appear on screen. Is this a xamarin bug? or am I missing something?
↧