FrameworkContentElement.BringIntoView Method
Definition
Attempts to bring this element into view, within any scrollable regions it is contained within.
public:
void BringIntoView();
public void BringIntoView ();
member this.BringIntoView : unit -> unit
Public Sub BringIntoView ()
Remarks
By calling this method, you effectively will call MakeVisible on any parent scrollable area that contains the element (the parent may very well be a FrameworkElement, not a FrameworkContentElement). If this element is not contained in a scrollable area, the event is still raised, but there will be no effect.