Welcome Guest Search | Active Topics | Sign In | Register

Treeview Node ExpandAll Options
Brandon
Posted: Thursday, November 8, 2007 11:59:47 PM
Rank: Member
Groups: Member

Joined: 10/11/2007
Posts: 12
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?
eo_support
Posted: Friday, November 9, 2007 4:46:38 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
You might be using an old version. ExpandAll didn't exist in earlier versions. You can go to our download page to get the latests.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.