Summary
Attempts to bring a portion of the target visual into view by scrolling the content.
- Namespace
- Avalonia
.Controls .Presenters - Containing Type
- Scroll
Content Presenter
Syntax
public bool BringDescendantIntoView(IVisual target, Rect targetRect)
Parameters
Return Value
Type | Description |
---|---|
bool | True if the scroll offset was changed; otherwise false. |