CLVTree extends xCustomListView and turns it into a tree view: Usage: 1. Add a CustomListView with the designer. 2. Initialize CLVTree and add items: Tree.Initialize(CustomListView1) For i = 1 To 10 Dim item As CLVTreeItem = Tree.AddItem(Tree.Root, $"Item #${i}"$, Null, "")...
CLVTree extends xCustomListView and turns it into a tree view: Usage: 1. Add a CustomListView with the designer. 2. Initialize CLVTree and add items: Tree.Initialize(CustomListView1) For i = 1 To 10 Dim item As CLVTreeItem = Tree.AddItem(Tree.Root, $"Item #${i}"$, Null, "")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.