ILayoutManager.

UnregisterEffectiveViewportListener(ILayoutable) Method

Summary

Registers a control as no longer wanting to receive effective viewport notifications.
Namespace
Avalonia.Layout
Containing Type
ILayoutManager

Syntax

void UnregisterEffectiveViewportListener(ILayoutable control)

Parameters

Name Type Description
control ILayoutable The control.

Return Value

Type Description
void