Do one or more of the following:
Change
the speed
- In the TrueSpeed property box, click True.
- In the ScrollDelay property box, type the number of milliseconds to delay between each repetition of the scrolling text.
- In the ScrollAmount property box, type the number of pixels you want the scrolling text to move in the time that you specified in the ScrollDelay property box. The ScrollAmount property sets the spacing between each repetition of text.
Note When the TrueSpeed property is set to True, scrolling text speed is determined by the ScrollDelay and ScrollAmount properties. For example, if the ScrollDelay property is set to 65 and the ScrollAmount property is set to 10, the scrolling text advances 10 pixels every 65 milliseconds. When the TrueSpeed property is set to False, the shortest delay between repetitions of text is 60 milliseconds.
Change the motion
- Do one of the following:
-
To make the text scroll continuously in the control like a stock ticker, set
the Behavior property to Scroll.
- To make the text slide from the starting point to the opposite edge of the control and then remain on the screen,
set the Behavior property to Slide.
- To make the text go back and forth between the starting point and the opposite edge of the control, and have it remain on the screen at all times,
set the Behavior property to Alternate.
Change the number of times that scrolling text repeats
-
Do one of the following:
- To make the text scroll continuously, type -1 in the Loop
property box.
- To make the text scroll a specific number of times and then disappear,
type an integer in the Loop property box. For example, if you set
the Loop property to 5, the text will scroll five times.
Change
the direction
- In the Direction property box, click the value that indicates
the direction in which you want the text to scroll.