Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Can I use bigger icons than 16x16?
posted

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

Parents
No Data
Reply Children
No Data