LogicalTreeHelper.BringIntoView Method
Attempts to bring the requested UI element into view and raises the FrameworkElement.RequestBringIntoView event on the target in order to report the results.
Assembly: PresentationFramework (in PresentationFramework.dll)
It is typically more convenient to call the instance methods FrameworkElement.BringIntoView or FrameworkContentElement.BringIntoView rather than this static utility method. The behavior of the instance methods is equivalent to the behavior of the static method.
Even if the current UI element provided was a FrameworkContentElement, the resulting event is still the same FrameworkElement.RequestBringIntoView event, with the originating FrameworkContentElement identifiable by checking the event data of the event.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.