VerticalMaximum

Sets the end point of vertical scrolling.

This is how far the Marquee block can be scrolled to the bottom of the screen.

Values

Integer. The default value is 300.

Examples

Marq = CRM.GetBlock('marquee');
Marq.VerticalMaximum = 350;

Sets the end point of vertical scrolling to 350.