HorizontalMaximum
Sets the end point of horizontal scrolling.
This is how far the Marquee block can be scrolled to the right of the screen.
Values
Integer. The default value is 800.
Example
Marq = CRM.GetBlock('marquee');
Marq.HorizontalMaximum = 850;
Sets the end point of horizontal scrolling to 850.