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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.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