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
365
Change the NavigationPaneToggleButton Text
posted

How can i change the NavigationPaneToggleButton Text,

when i apply this :

 <igOutlookBar:XamOutlookBar.Resources>
        <Style x:Key="{x:Static igOutlookBar:XamOutlookBar.NavigationPaneToggleButtonStyleKey}" 
               TargetType="{x:Type ToggleButton}">
            <Setter Property="Content" Value="Something Else" />
        </Style>
    </igOutlookBar:XamOutlookBar.Resources>


the theme of Navigation pane entirely changes to gray , any suggest ....
Parents
No Data
Reply
  • 138253
    Offline posted

    Hello Kashif,

     

    Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically when you set the Style with x:Static you override the default Style, so I copied the default Style and change the Content of the Button. Please let me know if this helps you or you need further assistance on this matter.

     

    Looking forward for your reply.

    XamOutlookBarNavigationPaneButton.zip
Children