ILogicalScrollableBringIntoView Method
Attempts to bring a portion of the target visual into view by scrolling the content.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
bool BringIntoView(
Control target,
Rect targetRect
)
Function BringIntoView (
target As Control,
targetRect As Rect
) As Boolean
abstract BringIntoView :
target : Control *
targetRect : Rect -> bool
- target Control
- The target visual.
- targetRect Rect
- The portion of the target visual to bring into view.
BooleanTrue if the scroll offset was changed; otherwise false.