
June 5th, 2012, 09:12 AM
|
|
Registered User
|
|
Join Date: Jun 2012
Posts: 9
Time spent in forums: 3 h 46 m 31 sec
Reputation Power: 0
|
|
|
Clearing a Treeview in C#
Hi,
My C# application is a fill-in form with textboxes. After filling the textboxes it creates a treeview out of text.
If somebody wants to refill the textboxes, the treeview has to change too. But how can you delete a treeview? .Nodes.Clear(); doesn't do it... But what does?
Thanks in advance
|