ScrollViewer.UnregisterAnchorCandidate(UIElement) 方法

定义

UIElement 注销为潜在的滚动定位点。

public:
 virtual void UnregisterAnchorCandidate(UIElement ^ element) = UnregisterAnchorCandidate;
void UnregisterAnchorCandidate(UIElement const& element);
public void UnregisterAnchorCandidate(UIElement element);
function unregisterAnchorCandidate(element)
Public Sub UnregisterAnchorCandidate (element As UIElement)

参数

element
UIElement

ScrollViewer 子树中的 UIElement

实现

注解

当元素的 CanBeScrollAnchor 属性更改为 false (或从可视化树) 中删除该元素时,框架将查找该元素的上级链中的第一个 IScrollAnchorProvider ,并自动调用其 UnregisterAnchorCandidate 方法。

适用于

另请参阅