IElementScrollIntoView Method  | 
 
                Scrolls the element's parent container such that the element on which this method is called
                is visible to the user.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.18.0
Syntaxvoid ScrollIntoView(
	AlignTo alignTo
)
Parameters
- alignTo
 - Type: DotNetBrowser.DomAlignTo
                Describes how the element will be aligned to the visible area of the
                scrollable ancestor
             
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The IElement has already been disposed. | 
Remarks
                    Note that the element may not be scrolled completely to the top or bottom depending on
                    the layout of other elements.
                
See Also