Hello,
I want to check all the nodes in my treeview. I searched if a method to do it existed but I haven't found anything.
Should I do a recursive loop on my node collection to check all the nodes of my treeview ?
I know it's the first version of the WinForm Treeview but a method to check or uncheck all the nodes could be useful.
There is also some nice methods available in your ASP.NET RadTreeView that should be included in the WinForm version like the GetAllNodes method. It's only an example I haven't listed all the difference.
I'm waiting for your answer and feedback
Best regards
I want to check all the nodes in my treeview. I searched if a method to do it existed but I haven't found anything.
Should I do a recursive loop on my node collection to check all the nodes of my treeview ?
I know it's the first version of the WinForm Treeview but a method to check or uncheck all the nodes could be useful.
There is also some nice methods available in your ASP.NET RadTreeView that should be included in the WinForm version like the GetAllNodes method. It's only an example I haven't listed all the difference.
I'm waiting for your answer and feedback
Best regards