IScrollAnchorProvider.

RegisterAnchorCandidate(IControl) Method

Summary

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

Syntax

void RegisterAnchorCandidate(IControl element)

Parameters

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

Return Value

Type Description
void