BringIntoView Method
Attempts to bring a portion of the target visual into view by scrolling the content.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
bool BringIntoView(
Control target,
Rect targetRect
)
Function BringIntoView (
target As Control,
targetRect As Rect
) As Boolean
abstract BringIntoView :
target : Control *
targetRect : Rect -> bool
Parameters
Return Value
Boolean
True if the scroll offset was changed; otherwise false.
See Also
Reference
ILogicalScrollable Interface
Avalonia.Controls.Primitives Namespace