FrameworkContentElement.BringIntoView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.