![Avatar](https://secure.gravatar.com/avatar/d0c56aae0ef5e0981403733f7f248c1f.jpg?s=64&d=identicon&r=g)
Hi,
if I put this in RibbonI cannot type symbol 'f' in the TextBox it is just ignored .
How do i get type 'f' as well?
Regards,
Arthur
[Modified at 04/13/2011 03:11 PM]
if I put this in Ribbon
<ribbon:Ribbon.ApplicationMenu>
<ribbon:ApplicationMenu>
<ribbon:Backstage>
<ribbon:BackstageTab Header="Panel">
<Border>
<StackPanel Margin="0, 5, 10, 5">
<TextBox Text="{Binding MyText, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
</StackPanel>
</Border>
</ribbon:BackstageTab Header="Panel">
<...>
How do i get type 'f' as well?
Regards,
Arthur
[Modified at 04/13/2011 03:11 PM]