Notifications
Clear all
[Closed] expanding a .net treeview node
Dec 07, 2010 6:06 am
hi,
ive had a look around in the methods and the forum but i couldnt find a way to expand a treeview node manually.
lets say im displaying a folder tree ina treeview inside a mxs rollout and the node.tag.value(s) contain the paths how would i go about expanding node x by given path on i.e. a buttonPress so that it calls the afterexpand handler from the treeview?
thx for the interest
2 Replies
Dec 07, 2010 6:06 am
Is TreeNode.Expand() what you’re after?
http://msdn.microsoft.com/en-us/library/system.windows.forms.treenode.expand.aspx