Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 811 Bytes

scrollcontentpresenter_makevisible_1221893626.md

File metadata and controls

31 lines (20 loc) · 811 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.ScrollContentPresenter.MakeVisible(Windows.UI.Xaml.UIElement,Windows.Foundation.Rect)
winrt method

Windows.UI.Xaml.Controls.ScrollContentPresenter.MakeVisible

-description

Forces content to scroll until the coordinate space of a visual object is visible.

-parameters

-param visual

A UIElement that becomes visible.

-param rectangle

The bounding rectangle that identifies the coordinate space to make visible.

-returns

A Rect that represents the visible region after scrolling happens.

-remarks

-examples

-see-also