I have a Treeview with some nodes.
I am looking for a way to uncheck all items when I click a button, so not with the Treeview aftercheckCode:TreeView1.CheckBoxes = True TreeView1.Nodes.Add("Archive") YearsPath.ForEach(Sub(wf) TreeView1.Nodes(0).Nodes.Add(wf.Year) End Sub) TreeView1.ExpandAll()




Reply With Quote
