ASP.NET Pack Programmer's Guide
IZoomTarget.SetScrollY Method
See Also
 





Sets the vertical scroll position.

Namespace: MindFusion.Common.WebForms
Package: MindFusion.Common.WebForms

 Syntax

C#  Copy Code

void SetScrollY (
    float scrollY
)

Visual Basic  Copy Code

Sub SetScrollY( _
    scrollY As Single _
)

 Parameters

scrollY

A float value specifying the vertical scroll position.

 See Also

IZoomTarget Members
IZoomTarget Interface
MindFusion.Common.WebForms Namespace