Click here to Skip to main content
16,005,149 members
Home / Discussions / WPF
   

WPF

 
QuestionText Ticker Pin
KBou28-Apr-08 2:07
KBou28-Apr-08 2:07 
GeneralRe: Text Ticker Pin
User 27100928-Apr-08 3:35
User 27100928-Apr-08 3:35 
GeneralRe: Text Ticker [modified] Pin
KBou29-Apr-08 3:38
KBou29-Apr-08 3:38 
GeneralRe: Text Ticker Pin
User 27100929-Apr-08 3:59
User 27100929-Apr-08 3:59 
GeneralRe: Text Ticker Pin
KBou29-Apr-08 4:19
KBou29-Apr-08 4:19 
GeneralRe: Text Ticker Pin
User 27100929-Apr-08 4:31
User 27100929-Apr-08 4:31 
GeneralRe: Text Ticker Pin
KBou4-May-08 22:22
KBou4-May-08 22:22 
GeneralRe: Text Ticker Pin
User 2710095-May-08 0:05
User 2710095-May-08 0:05 
KBou wrote:
Any ideas how I can get the visibility part?


Read up on the "ClipToBounds" property and set this on your UserControl. I'll assume that you have set a specific height and width on your UserControl.

You should add a method to your UserControl so that the parent container can all the UserControl to start and/or stop the animation. A property for the TextBlock.Text is also in order unless the text is always the same.


KBou wrote:
And how do I use a storyboard in this for Repeating?


What are you trying to do?

Have the animation keep repeating?

Have the animation repeat on command? If so, is this command executed in code or XAML?

You used the word storyboard, why? From the beginning you wanted a code only solution, what was the reason for a code only solution instead of using a XAML storyboard?

Cheers, Karl

» CodeProject 2008 MVP
» Microsoft MVP - Client App Dev

My Blog | Mole's Home Page | MVP Profile

Just a grain of sand on the worlds beaches.



modified 27-Feb-21 21:01pm.

GeneralRe: Text Ticker Pin
KBou5-May-08 0:29
KBou5-May-08 0:29 
GeneralRe: Text Ticker Pin
User 2710095-May-08 0:46
User 2710095-May-08 0:46 
GeneralRe: Text Ticker Pin
KBou7-May-08 19:58
KBou7-May-08 19:58 
GeneralRe: Text Ticker Pin
User 2710097-May-08 23:21
User 2710097-May-08 23:21 
GeneralRe: Text Ticker Pin
KBou8-May-08 0:15
KBou8-May-08 0:15 
GeneralRe: Text Ticker Pin
User 2710098-May-08 0:20
User 2710098-May-08 0:20 
GeneralRe: Text Ticker Pin
KBou8-May-08 1:34
KBou8-May-08 1:34 
GeneralRe: Text Ticker Pin
User 2710098-May-08 2:33
User 2710098-May-08 2:33 
GeneralRe: Text Ticker Pin
KBou8-May-08 3:07
KBou8-May-08 3:07 
GeneralRe: Text Ticker Pin
User 2710098-May-08 3:23
User 2710098-May-08 3:23 
GeneralRe: Text Ticker Pin
KBou8-May-08 3:53
KBou8-May-08 3:53 
GeneralRe: Text Ticker Pin
KBou15-May-08 22:05
KBou15-May-08 22:05 
GeneralRe: Text Ticker Pin
User 27100916-May-08 0:10
User 27100916-May-08 0:10 
GeneralRe: Text Ticker Pin
KBou16-May-08 2:13
KBou16-May-08 2:13 
GeneralRe: Text Ticker Pin
User 27100916-May-08 2:14
User 27100916-May-08 2:14 
GeneralRe: Text Ticker Pin
KBou16-May-08 2:23
KBou16-May-08 2:23 
GeneralRe: Text Ticker Pin
User 27100925-May-08 4:10
User 27100925-May-08 4:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.