Summary
Unregisters a control as a potential scroll anchor candidate.
- Namespace
- Avalonia
.Controls - Containing Type
- ScrollViewer
Syntax
public void UnregisterAnchorCandidate(IControl element)
Parameters
Name | Type | Description |
---|---|---|
element | IControl |
A control within the subtree of the IScrollAnchorProvider .
|
Return Value
Type | Description |
---|---|
void |