Aftercheck and AfterSelect events in Treeview in Windows Forms
问题 Im setting up a new Form and Im having some issuis with the TreeViewNodes checking and uncheking the childs. Its easier to see the problem in this short clip Normally it works properly but sometimes it gets stuck (I think there is a conflict with selection but Im not sure) and the methods arent applied properly. I have this methods to check and uncheck the childs: private void Treeview_AfterCheck(object sender, TreeViewEventArgs e) { if (e.Action != TreeViewAction.Unknown) if (e.Node.Checked)