Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
It feels like I've searched the whole web, but I didn't really find anything that seems usefull to me. I wonder if there is any label control out there that "scrolls" the text while changing it. Something like Office 2010 does in the splash screen or WebMatrix 2 does while publishing content (you can see here).

So do you know any WinForms or WPF Control that behaves like this? Or can you give me some advice what I can do to achieve something similar on my own? Or can you at least give me a hint what to search for on the web?

Thanks in advance! :)
Posted
Comments
Programm3r 3-Dec-12 9:06am    
Hi - this might not be the answer that you are looking for, but you could build your own ContentControl with a couple of Storyboards and animate the text. This way it will provide the exact same look as in the video.

Here is a good example of Storyboards: http://www.codeproject.com/Articles/364529/Animation-using-Storyboards-in-WPF
http://jobijoy.blogspot.com/2008/08/wpf-custom-controls-marquee-control.html

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900