I have a splitter with a treeview on the left and a grid on the right. The user is able to drag nodes (files) from the treeview onto the grid. For most of the operations on the treeview only the treeview needs to be updated (moves, deletes, adds), but in the case when the user renames a node the grid needs to be updated as well. Also, when the user drags a node to the grid only the grid needs to be udpated and not the treeview.
How do a conditionally update certain controls in certain scenarios?
How do a conditionally update certain controls in certain scenarios?
.