Version

ScrollItemIntoView(FrameworkElement,Point) Method

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

Parameters

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