'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)
Parameters
- index
- The index of the element.
- rectangle
- A bounding rectangle that identifies the coordinate space to make visible.