ListBox.ScrollIntoView(Object) 方法

定义

使对象滚动到视图中。

public:
 virtual void ScrollIntoView(Platform::Object ^ item) = ScrollIntoView;
void ScrollIntoView(IInspectable const& item);
public void ScrollIntoView(object item);
function scrollIntoView(item)
Public Sub ScrollIntoView (item As Object)

参数

item
Object

Platform::Object

IInspectable

要滚动到的对象。

注解

ItemsSource 集合的内容发生更改时,尤其是在集合中添加或删除了许多项时,可能需要在调用 ScrollIntoView 之前调用 UpdateLayout ,以便指定项滚动到视区中。

适用于