Intersoft ClientUI Documentation
MakeVisible Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > VirtualizingStackPanel Class : MakeVisible Method






visual
A System.Windows.UIElement that becomes visible.
rectangle
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

Visual Basic (Declaration) 
Public Function MakeVisible( _
   ByVal visual As UIElement, _
   ByVal rectangle As Rect _
) As Rect
Visual Basic (Usage)Copy Code
Dim instance As VirtualizingStackPanel
Dim visual As UIElement
Dim rectangle As Rect
Dim value As Rect
 
value = instance.MakeVisible(visual, rectangle)
C# 
public Rect MakeVisible( 
   UIElement visual,
   Rect rectangle
)
Delphi 
public function MakeVisible( 
    visual: UIElement;
    rectangle: Rect
): Rect; 
JScript 
public function MakeVisible( 
   visual : UIElement,
   rectangle : Rect
) : Rect;
Managed Extensions for C++ 
public: Rect MakeVisible( 
   UIElement* visual,
   Rect rectangle
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.