Xceed DataGrid for WPF v7.2 Documentation
MakeVisible(Int32,Rect) Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views Namespace > CardViewItemsHost Class > MakeVisible Method : MakeVisible(Int32,Rect) Method
The index of the element.
A bounding rectangle that identifies the coordinate space to make visible.
Forces content to scroll until the element at the specified index is visible
Syntax
'Declaration
 
Public Overloads Function MakeVisible( _
   ByVal index As Integer, _
   ByVal rectangle As Rect _
) As Rect
'Usage
 
Dim instance As CardViewItemsHost
Dim index As Integer
Dim rectangle As Rect
Dim value As Rect
 
value = instance.MakeVisible(index, rectangle)
public Rect MakeVisible( 
   int index,
   Rect rectangle
)

Parameters

index
The index of the element.
rectangle
A bounding rectangle that identifies the coordinate space to make visible.
Requirements

Target Platforms: Windows 11, Windows, 10, 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

CardViewItemsHost Class
CardViewItemsHost Members
Overload List