UnregisterAnchorCandidate Method
Unregisters a control as a potential scroll anchor candidate.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public void UnregisterAnchorCandidate(
Control element
)
Public Sub UnregisterAnchorCandidate (
element As Control
)
abstract UnregisterAnchorCandidate :
element : Control -> unit
override UnregisterAnchorCandidate :
element : Control -> unit
Parameters
- Control
- A control within the subtree of the IScrollAnchorProvider.