M
Marius Horak
I have a custom control with two treeviews.
The idea is the if a user double clicks on a node in TreeView A a new
node is added to TreeView B. But when the first node is added it does
not show on in TreeView B, Nodes.Count is 1. Nothing helps, nor Refresh
no DoEvents. When a next node is added both nodes will appear. Next, if
I remove the second node, both nodes will vanish, Nodes.Count is 1.
Amazing what we can do with DotNet and Windows.
MH
The idea is the if a user double clicks on a node in TreeView A a new
node is added to TreeView B. But when the first node is added it does
not show on in TreeView B, Nodes.Count is 1. Nothing helps, nor Refresh
no DoEvents. When a next node is added both nodes will appear. Next, if
I remove the second node, both nodes will vanish, Nodes.Count is 1.
Amazing what we can do with DotNet and Windows.
MH