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.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- current
- Type: System.Windows.DependencyObject
The UI element to bring into view.
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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.