I have a tree view on a form and I'm trying to expand a certain node so that all its children are then visible.
I'm doing this from a different form:
frmMain.tvTreeView.Nodes.Item(i).Expanded = True
The node I'm trying to access does exist but nothing happens. Not even an error message. Is this because I'm trying it from another form?
Many Thanks
elziko
I'm doing this from a different form:
frmMain.tvTreeView.Nodes.Item(i).Expanded = True
The node I'm trying to access does exist but nothing happens. Not even an error message. Is this because I'm trying it from another form?
Many Thanks
elziko