Version

AutoScrollIntoView Property

True by default, if the value is true, will attempt to scroll the control into view prior to attempting to replay every action, if false, it will not automatically attempt to scroll the control into view.
Syntax
'Declaration
 
<ProxySetting(TypeIDValue=4, DefaultValue=True)>
Protected Property AutoScrollIntoView As System.Boolean
[ProxySetting(TypeIDValue=4, DefaultValue=True)]
protected System.bool AutoScrollIntoView {get; set;}
[ProxySetting(TypeIDValue=4, DefaultValue=True)]
protected: __property System.bool get_AutoScrollIntoView();
protected: __property void set_AutoScrollIntoView( 
   System.bool value
);
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also