Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
Marquee UltraStatusBar is not scrolling
posted

I am using the Marquee in the UltraStatusBar and the text is just sitting there. (Not Scrolling)

The code I am using is verbatim from the sample code with the exception of the actual text and the width:

this.ultraStatusBar1.Panels.Add("Marquee", PanelStyle.Marquee);

this.ultraStatusBar1.Panels["Marquee"].Width = 902;

this.ultraStatusBar1.Panels["Marquee"].Text = "To view the User's Manual, select 'Help' on the Main Menu";

this.ultraStatusBar1.Panels["Marquee"].MarqueeInfo.MarqueeStyle = MarqueeStyle.Scrolling;

this.ultraStatusBar1.Panels["Marquee"].MarqueeInfo.IsActive = true;

this.ultraStatusBar1.Panels["Marquee"].MarqueeInfo.Start();


Please Advise.  Thanks