Prevent change of selected tab in WPF ribbon
I'm using the开发者_Python百科 Microsoft Ribbon for WPF October 2010. Is there a way to prevent the user from changing the tab? I've tried setting handled to true in selection changed.
How about setting handled to true in the click tunneling event at the tab header level.
精彩评论