ScrollContentPresenter.MakeVisible Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Forces content to scroll until the coordinate space of a visual object is visible.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- visual
- Type: System.Windows.UIElement
A UIElement that becomes visible.
- rectangle
- Type: System.Windows.Rect
The bounding rectangle that identifies the coordinate space to make visible.
Implements
IScrollInfo.MakeVisible(UIElement, Rect)
Show: