ScrollViewer.

RegisterAnchorCandidate(IControl) Method

Summary

Registers a control as a potential scroll anchor candidate.
Namespace
Avalonia.Controls
Containing Type
ScrollViewer

Syntax

public void RegisterAnchorCandidate(IControl element)

Parameters

Name Type Description
element IControl A control within the subtree of the IScrollAnchorProvider.

Return Value

Type Description
void