IScrollAnchorProvider Interface
Specifies a contract for a scrolling control that supports scroll anchoring.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public interface IScrollAnchorProvider
Public Interface IScrollAnchorProvider
type IScrollAnchorProvider = interface end
Properties
CurrentAnchor | The currently chosen anchor element to use for scroll anchoring. |
Methods
RegisterAnchorCandidate(Control) | Registers a control as a potential scroll anchor candidate. |
UnregisterAnchorCandidate(Control) | Unregisters a control as a potential scroll anchor candidate. |