Results 1 to 8 of 8

Thread: [RESOLVED] uncheck all parent nodes

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2021
    Posts
    71

    Resolved [RESOLVED] uncheck all parent nodes

    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
    Last edited by clausowitz; Apr 21st, 2021 at 05:37 PM. Reason: changed my mind

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width