VerticalMinimum
Sets the start point of vertical scrolling.
This is the point from which vertical scrolling begins.
Values
Integer. The default value is 300.
Examples
Marq = CRM.GetBlock('marquee');
Marq.VerticalMinimum = 100;
Sets the start point of vertical scrolling to 100.