Version

maintainLocationOnScroll Property

Gets sets the ability to keep relative location of dialog while window is resized or scrolled.True: location of dialog is kept relative while scroll.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_maintainLocationOnScroll() : Boolean
function set_maintainLocationOnScroll(value : Boolean)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDialogWindow.get_maintainLocationOnScroll();
See Also