Click here to Skip to main content
15,893,190 members
Articles / Desktop Programming / Windows Forms

Select only one node in Treeview

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
3 Feb 2012CPOL 10.9K  
Thanks, I am just changing False to True, And I got Automatically Check TreeView Child Nodes When Parent Is Checked.private void treeView1_AfterCheck(object sender, TreeViewEventArgs e) { if (e.Node.Checked) { ...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions