VirtualizingStackPanel.MakeVisible Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Scrolls to the specified coordinates and makes that portion of a UIElement visible.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Function MakeVisible ( _ visual As UIElement, _ rectangle As Rect _ ) As Rect
Parameters
- visual
- Type: System.Windows.UIElement
The UIElement that becomes visible.
- rectangle
- Type: System.Windows.Rect
A Rect that represents the coordinate space within a UIElement.
Implements
IScrollInfo.MakeVisible(UIElement, Rect)
Show: