Cannot get this to work in VB its says that expandall is not a member of eo.web.TreeNode
I need to iterate through all the nodes in a treeview to either check them or uncheck them
I've looked at other code in the forum and everyone says to use
Code: Visual Basic.NET
For Each node As EO.Web.TreeNode In TreeView.Nodes
node.ExpandAll()
Next
Is this a bug in the control?