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
1465
InfragisticsWPF4.OutlookBar.v13.1
posted

Hi,

 

I am using this control and trying to change the text on the Navigation Pane, I know people have asked this before but I looked at this post and tried what was suggested but it did not work so was not sure if perhaps this was for an older version of control.

http://es.infragistics.com/community/forums/p/18173/67007.aspx#67007

Here is my code

    

<igOutlookBar:XamOutlookBar x:Name="xamOutlookBar"

                               GroupsSource="{Binding Groups, Mode=TwoWay}"

                               IsEnabled="{Binding ReadOnlyOption, Converter={x:Static valueConverters:InverseBooleanValueConverter.Instance}}"

Theme="Metro" VerticalContentAlignment="Stretch" FontSize="14" SelectedGroupChanged="xamOutlookBar_SelectedGroupChanged">

 <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>

 </igOutlookBar:XamOutlookBar>

Any help would be appreciated.

 

kind regards,

Anne

Parents Reply Children