Description: We know that a marquee tag in html text scrolling effect can be very convenient in WPF, we can achieve the same result Animation and Storyboard, but feeling is not always so good, every time we need to do animationattribute a lot of trouble, and set the animation, which is to build a WPF development CustomControl Marquee control. You can use a simple statement like HTML.
To Search:
File list (Check if you may need any files):
WpfMarquee\WpfMarquee\App.xaml
..........\..........\App.xaml.cs
..........\..........\bin\Debug\WpfMarquee.exe
..........\..........\...\.....\WpfMarquee.pdb
..........\..........\...\.....\WpfMarquee.vshost.exe
..........\..........\...\.....\WpfMarquee.vshost.exe.manifest
..........\..........\...\Debug
..........\..........\bin
..........\..........\Marquee.cs
..........\..........\obj\Debug\App.g.cs
..........\..........\...\.....\GeneratedInternalTypeHelper.g.cs
..........\..........\...\.....\Refactor
..........\..........\...\.....\TempPE
..........\..........\...\.....\.hemes\Generic.baml
..........\..........\...\.....\Themes
..........\..........\...\.....\Window1.baml
..........\..........\...\.....\Window1.g.cs
..........\..........\...\.....\WpfMarquee.csproj.FileListAbsolute.txt
..........\..........\...\.....\WpfMarquee.csproj.GenerateResource.Cache
..........\..........\...\.....\WpfMarquee.exe
..........\..........\...\.....\WpfMarquee.g.resources
..........\..........\...\.....\WpfMarquee.pdb
..........\..........\...\.....\WpfMarquee.Properties.Resources.resources
..........\..........\...\.....\WpfMarquee_MarkupCompile.cache
..........\..........\...\.....\WpfMarquee_MarkupCompile.lref
..........\..........\...\Debug
..........\..........\obj
..........\..........\Properties\AssemblyInfo.cs
..........\..........\..........\Resources.Designer.cs
..........\..........\..........\Resources.resx
..........\..........\..........\Settings.Designer.cs
..........\..........\..........\Settings.settings
..........\..........\Properties
..........\..........\Themes\Generic.xaml
..........\..........\Themes
..........\..........\Window1.xaml
..........\..........\Window1.xaml.cs
..........\..........\WpfMarquee.csproj
..........\WpfMarquee
..........\WpfMarquee.sln
..........\WpfMarquee.suo
WpfMarquee