This question is locked. New answers and comments are not allowed.
I would really appreciate your help to point me in the right direction.
I've been working through the example provided in order to build a dynamically generated menu but cant seem to find the code responsible for the following (where am I missing the ButtonsTemplateSelector in the code?):
I've been working through the example provided in order to build a dynamically generated menu but cant seem to find the code responsible for the following (where am I missing the ButtonsTemplateSelector in the code?):
<mvvm:ButtonsTemplateSelector x:Key="groupsSelector" Button="{StaticResource ButtonTemplate}" SplitButton="{StaticResource SplitButtonTemplate}" ButtonsGroup="{StaticResource ButtonsGroup}" SmallButtonGroup="{StaticResource SmallButtonGroup}" />