This question is locked. New answers and comments are not allowed.
Hi.. I'm trying to do a transition when the content of the label changes - but I'm seeing 2 labels.
What am I doing wrong. The transition only works on the second label.
thanks again!
<sdk:Label x:Name="lblRegions" Content="Regions" FontSize="18" Foreground="Navy" FontFamily="Segoe UI" HorizontalAlignment="Center"/>
<telerik:RadTransitionControl Content="{Binding Content, ElementName=lblRegions}" HorizontalAlignment="Center" Duration="00:00:02">
<telerik:RadTransitionControl.Transition>
<telerik:FlipWarpTransition/>
</telerik:RadTransitionControl.Transition>
</telerik:RadTransitionControl>