Skip to main content
A newer version of this page is available. .

How to: Connect to Hierarchical Data

  • 6 minutes to read

This example shows how to create a self referencing data structure and display it within the TreeListControl.

Imports System
Imports System.Collections.Generic
Imports System.Configuration
Imports System.Data
Imports System.Linq
Imports System.Windows

Namespace TreeList_DataBinding
    ''' <summary>
    ''' Interaction logic for App.xaml
    ''' </summary>
    Partial Public Class App
        Inherits Application

    End Class
End Namespace