deepinthecode.com
Check / Uncheck All Child Nodes and Uncheck Parent Node in TreeView - Deep in the Code
As mentioned in my last post, I am working with a TreeView control that has been upgraded from VB6 to Visual Basic .NET (2012). To programmatically cause the TreeNodes to be checked/unchecked properly, we must use the AfterCheck event. Here is the code which is called from the AfterCheck event: And here is the code … Continue reading "Check / Uncheck All Child Nodes and Uncheck Parent Node in TreeView"
David Young