Summary
Attempts to bring a portion of the target visual into view by scrolling the content.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- ILogicalScrollable
Syntax
bool BringIntoView(IControl target, Rect targetRect)
Parameters
Return Value
Type | Description |
---|---|
bool | True if the scroll offset was changed; otherwise false. |