Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 820 Bytes

scrollcontentpresenter_makevisible_810643671.md

File metadata and controls

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

Microsoft.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