Share via


SPRememberScroll.ScrollTop property

ScrollTop - The current scrollTop value of this div.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ScrollTop As String
    Get
    Set
'Usage
Dim instance As SPRememberScroll
Dim value As String

value = instance.ScrollTop

instance.ScrollTop = value
public string ScrollTop { get; set; }

Property value

Type: System.String
Returns String.

See also

Reference

SPRememberScroll class

SPRememberScroll members

Microsoft.SharePoint.WebControls namespace