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