Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 16044

VS 2019 [RESOLVED] uncheck all parent nodes

$
0
0
I have a Treeview with some nodes.

Code:

TreeView1.CheckBoxes = True
TreeView1.Nodes.Add("Archive")
        YearsPath.ForEach(Sub(wf)
                              TreeView1.Nodes(0).Nodes.Add(wf.Year)
                          End Sub)
        TreeView1.ExpandAll()

I am looking for a way to uncheck all items when I click a button, so not with the Treeview aftercheck

Viewing all articles
Browse latest Browse all 16044

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>