Version

ScrollItemIntoView(FrameworkElement) Method

Scrolls the specified item into view and then clicks on it
Syntax
'Declaration
 
Protected Overloads Sub ScrollItemIntoView( _
   ByVal item As System.Windows.FrameworkElement _
) 
protected void ScrollItemIntoView( 
   System.Windows.FrameworkElement item
)
protected: void ScrollItemIntoView( 
   System.Windows.FrameworkElement* item
) 

Parameters

item
The item which needs scrolling
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