LogicalTreeHelper.BringIntoView(DependencyObject) 方法

定义

尝试使所请求的 UI 元素可见,并在目标上引发 RequestBringIntoView 事件以报告结果。

public:
 static void BringIntoView(System::Windows::DependencyObject ^ current);
public static void BringIntoView (System.Windows.DependencyObject current);
static member BringIntoView : System.Windows.DependencyObject -> unit
Public Shared Sub BringIntoView (current As DependencyObject)

参数

current
DependencyObject

要使其可见的 UI 元素。

注解

调用实例方法(而不是FrameworkContentElement.BringIntoView此静态实用工具方法FrameworkElement.BringIntoView)通常更方便。 实例方法的行为等效于静态方法的行为。

即使 current 提供的 UI 元素是 , FrameworkContentElement生成的事件仍然是相同的 FrameworkElement.RequestBringIntoView 事件,通过检查事件的事件数据可以识别源 FrameworkContentElement 事件。

适用于

另请参阅