Version

ScrollItemIntoView(FrameworkElement) Method

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

Parameters

item
The framework element 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