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