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