Intersoft ClientUI Documentation
MakeVisible Method (VirtualizingStackPanel)



A System.Windows.UIElement that becomes visible.
A bounding rectangle that identifies the coordinate space to make visible.
Forces content to scroll until the coordinate space of a visual object is visible.
Syntax
Public Function MakeVisible( _
   ByVal visual As UIElement, _
   ByVal rectangle As Rect _
) As Rect
Dim instance As VirtualizingStackPanel
Dim visual As UIElement
Dim rectangle As Rect
Dim value As Rect
 
value = instance.MakeVisible(visual, rectangle)
public Rect MakeVisible( 
   UIElement visual,
   Rect rectangle
)
public:
Rect MakeVisible( 
   UIElement^ visual,
   Rect rectangle
) 

Parameters

visual
A System.Windows.UIElement that becomes visible.
rectangle
A bounding rectangle that identifies the coordinate space to make visible.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VirtualizingStackPanel Class
VirtualizingStackPanel Members

Send Feedback