Windows Phone - Marquee With Template
问题 In windows phone i could easily marquee a textblock. But is there any solution to marquee list of items for which i can define template and bind it to a list of items. Thanks Gokoulane Ravi 回答1: Although it's not a WP style... Add storyboard to page resources: <phone:PhoneApplicationPage.Resources> <Storyboard x:Name="Scroll" RepeatBehavior="Forever"> <DoubleAnimation From="480" To="-480" Storyboard.TargetName="translate" Storyboard.TargetProperty="X" Duration="0:0:5" /> </Storyboard> </phone