ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / TileListViewPanel Class / TileListViewPanel Constructor

In This Topic
    TileListViewPanel Constructor
    In This Topic
    Default constructor
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal listview As C1TileListView _
    )
    public TileListViewPanel( 
       C1TileListView listview
    )

    Parameters

    listview
    See Also