Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Views Namespace / CardViewItemsHost Class / MakeVisible Method / MakeVisible(Visual,Rect) Method
A Visual that becomes visible.
A bounding rectangle that identifies the coordinate space to make visible.


In This Topic
    MakeVisible(Visual,Rect) Method
    In This Topic
    Forces content to scroll until the coordinate space of a Visual object is visible
    Syntax
    'Declaration
     
    Public Overloads Function MakeVisible( _
       ByVal visual As Visual, _
       ByVal rectangle As Rect _
    ) As Rect
    'Usage
     
    Dim instance As CardViewItemsHost
    Dim visual As Visual
    Dim rectangle As Rect
    Dim value As Rect
     
    value = instance.MakeVisible(visual, rectangle)
    public Rect MakeVisible( 
       Visual visual,
       Rect rectangle
    )

    Parameters

    visual
    A Visual that becomes visible.
    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