Promotic

ViewerScrollY - property of the PmgRoot object

Description:
The Y-coordinate of the left upper corner of the visible panel content displayed in the panel window. Scroll of the panel content in the panel window is meaningful if the panel is greater than the window where the panel is viewed. Then the content can be moved by scrollbars.
Syntax:
Long ViewerScrollY
Note:
Property access for read and write.
 
This property is also functional in Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oRoot = pMe.Root;

var nScroolY = oRoot.ViewerScrollY;   // Reading from the property
oRoot.ViewerScrollY = 600;   // Writing into the property

History:
Pm8.03.00: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.