Click or drag to resize
CMSTextAreaMaintainScrollPositionOnPostback Property
Gets or sets whether the scroll position is maintained between postbacks.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public bool MaintainScrollPositionOnPostback { get; set; }

Property Value

Type: Boolean
True if the scroll position is maintained, otherwise false. Default is true.
See Also