Hi
I have a xamTabControl that has some tabs with clos buttons. But on one machine only, if a user clicks on the header or inside the tab content, causes the tab closed. This does not happen on other machines.
Any clues why? Thanks.
Houbin
Clicking with the middle mouse button anywhere in the tab item will close it - this mimics what happens in VS, IE, etc.. If that's not the scenario then can you paste the callstack (e.g. Environment.StackTrace) from the tab's Closing or Closed event?