CMSTextAreaMaintainScrollPositionOnPostback Property |
Gets or sets whether the scroll position is maintained between postbacks.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public bool MaintainScrollPositionOnPostback { get; set; }
Property Value
Type:
BooleanTrue if the scroll position is maintained, otherwise false. Default is true.
See Also