- Thread starter
- Admin
- #41
I have checked this. One error is in markup, it needs to be x:Key="Alternative_Footer_Template". But the real issue is, that you cannot address another element by name from within a control template. I have tried to set DataContext to TemplatedParent, didn't help. I tried different ways for binding without success.Only the DataContext="{Binding ElementName=ConfigItemsList,Path=CurrentItem}" is not working.
Is it not possible to bind an elementname from another control?
The issue is the name lookup in control: it tries to find the control, then it looks in parent until a INameScope is found. This happens inside template only, not the screen which uses the template.
This means we would need a backing model for menu item selection where we can bind to from footer. So no immediate solution possible right now
Thanks a lot for checking. Too bad, that a name lookup from a control is not possible
A backing model seems connected to effort. I think priority should be on the CurrentlyPlaying GroupMenu entries at first, because this is a mandatory feature and not "skin cosmetic"