TreeView
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello! I have a form with a TreeView, a TextBox and a Button. I select a node from TreeView, after that I want to write some text in textBox or click the Button.In this moment selection from the TreeView is not active any more.How can I make that to stay active, to see what node I have selected? 10x
-
Hello! I have a form with a TreeView, a TextBox and a Button. I select a node from TreeView, after that I want to write some text in textBox or click the Button.In this moment selection from the TreeView is not active any more.How can I make that to stay active, to see what node I have selected? 10x
Set HideSelection to false.