ILogicalScrollable.

BringIntoView(IControl, Rect) Method

Summary

Attempts to bring a portion of the target visual into view by scrolling the content.

Syntax

bool BringIntoView(IControl target, Rect targetRect)

Parameters

Name Type Description
target IControl The target visual.
targetRect Rect The portion of the target visual to bring into view.

Return Value

Type Description
bool True if the scroll offset was changed; otherwise false.