Similar Posts

3 Comments

  1. Ah great. The XAML didn’t show. Replace the square brtaceks to get this working:[Style x:Key=”TransitionFrame” TargetType=”navigation:Frame”] [Setter Property=”Template”] [Setter.Value] [ControlTemplate TargetType=”navigation:Frame”] [transitions:TransitioningContentControl Content=”{TemplateBinding Content}” Transition=”SlideLeft” Cursor=”{TemplateBinding Cursor}” Margin=”{TemplateBinding Padding}” HorizontalContentAlignment=”{TemplateBinding HorizontalContentAlignment}” VerticalContentAlignment=”{TemplateBinding VerticalContentAlignment}” /] [/ControlTemplate] [/Setter.Value] [/Setter][/Style]

    1. the VisualStates can’t have the same name even if they are in different grpous. Also, you better avoid animating the same property (Background) in more than one visual state grpous.

  2. What would i need to change in order to make the text non-transparent, and have the textbox be read-only?

Leave a Reply

Your email address will not be published. Required fields are marked *

Are you a human? *