I need to add a moving text or moving title im my windows 8 application.
How can i do this with XAML??
Here is an example with HTML: http://www.astwinds.com/astuces/html/textedefilant.html
Best regards
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is one way to do it. Surely there are more.
Add a call to MoveMarqueeText function to the Composition Target Rending event in your OnNavigatedTo event.
Add a function which will remove first character of string and append it to the end.
With XAML
To slow it down add a conditional statement and a counter increment in your MoveMarqueeText function, to slow it down to time based, use a timer in your conditional.