ControlExtensions.

BringIntoView(IControl, Rect) Method

Summary

Tries to bring the control into view.
Namespace
Avalonia.Controls
Containing Type
ControlExtensions

Syntax

public static void BringIntoView(this IControl control, Rect rect)

Parameters

Name Type Description
control IControl The control.
rect Rect The area of the control to being into view.

Return Value

Type Description
void