Click or drag to resize
ScriptHelperResetScrollPosition Method
Reset scroll positions for current request if MaintainScrollPositionOnPostback is enabled

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void ResetScrollPosition(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Current System.Web.UI.Page object
See Also