InternetExplorerOptions ElementScrollBehavior Property WebDriver
Gets or sets the value for describing how elements are scrolled into view in the IE driver. Defaults to scrolling the element to the top of the viewport.

Namespace: OpenQA.Selenium.IE
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public InternetExplorerElementScrollBehavior ElementScrollBehavior { get; set; }
See Also