ScrollView.UnregisterAnchorCandidate(UIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
ScrollView 子树中的 UIElement。
注解
当元素的 CanBeScrollAnchor 属性更改为 false
(或从可视化树) 中删除该元素时,框架将查找该元素的上级链中的第一个 IScrollAnchorProvider 并自动调用其 UnregisterAnchorCandidate
方法。