Provides data for the FrameworkElement..::.RequestBringIntoView routed event.
Public Class RequestBringIntoViewEventArgs _ Inherits RoutedEventArgs
public class RequestBringIntoViewEventArgs : RoutedEventArgs
public ref class RequestBringIntoViewEventArgs : public RoutedEventArgs
type RequestBringIntoViewEventArgs = class inherit RoutedEventArgs end
The RequestBringIntoViewEventArgs type exposes the following members.
The FrameworkElement..::.RequestBringIntoView event is raised by elements when you call BringIntoView from that element. Generally, this routed event is not handled by the source. Intermediate classes that do not implement scrollable regions or similar concepts that clip content should not handle the event. The event should be permitted to bubble to parent elements that implement a scrollable region or otherwise specify ClipToBounds false. Such parent elements typically provide class handling for the RequestBringIntoView event, which is where the necessary rendering logic occurs whenever a given element requests that it be made viewable within the clipping region.
Content elements can cause the event to be raised by their content hosts (through calling BringIntoView and raising FrameworkElement..::.RequestBringIntoView from the content host). Similarly, you can request logical tree elements to be brought into view with the helper method LogicalTreeHelper..::.BringIntoView.
A ListBox implements a related but different method ScrollIntoView.
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