Version

ScrollItemIntoView(FrameworkElement,Point) Method

Scrolls the specified framework element into view
Syntax
'Declaration
 
Protected Overloads Overridable Sub ScrollItemIntoView( _
   ByVal item As System.Windows.FrameworkElement, _
   ByVal itemPoint As System.Windows.Point _
) 
protected virtual void ScrollItemIntoView( 
   System.Windows.FrameworkElement item,
   System.Windows.Point itemPoint
)
protected: virtual void ScrollItemIntoView( 
   System.Windows.FrameworkElement* item,
   System.Windows.Point itemPoint
) 

Parameters

item
The framework element which needs scrolling
itemPoint
The point of the item that needs to be visible
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