ScrollViewerUnregisterAnchorCandidate Method

Unregisters a control as a potential scroll anchor candidate.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public void UnregisterAnchorCandidate(
	Control element
)

Parameters

element  Control
A control within the subtree of the IScrollAnchorProvider.

Implements

IScrollAnchorProviderUnregisterAnchorCandidate(Control)

See Also