spebola
Regular
I have a listview & a treeview on a windows form. The listview has the focus. If a node is clicled in the treeview, the afterselect event for the treeview fires before the leave event for the listview. Is there any way to reverse this event sequence? The treeview was added to the form before the listview. Does this have any effect on the event's sequence?
Any comments would be appreciated.
Any comments would be appreciated.