The code seems to suggest no :(
<!-- Icon presenter--> <ContentControl x:Name="HeaderIconPresenter" Height="16" Width="16" Visibility="{TemplateBinding IconVisibilityResolved}" Content="{TemplateBinding Icon}" Margin="4,3,4,3"/>
I'd like to build a toolbar navigator with vertical large 48x48 buttons.
How can I do this?
Thanks
ET
I managed to get it working perfectly by overiding the control template.
A lot of work, but the results are impressive :)