IScrollAnchorProviderUnregisterAnchorCandidate Method
Unregisters a control as a potential scroll anchor candidate.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void UnregisterAnchorCandidate(
Control element
)
Sub UnregisterAnchorCandidate (
element As Control
)
abstract UnregisterAnchorCandidate :
element : Control -> unit
Parameters
- element Control
-
A control within the subtree of the IScrollAnchorProvider.