I have two treeviews in my windows application and there is a button.. The button should be only visible when the user selects nodes from both the treeviews. How can this be done. Please help me
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
In both TreeViews look for the Then set your button visibility like Hope this helps! |
|||
|
|
|
You can use the AfterSelect event to check if both trees have nodes selected:
|
|||
|
|