Weird rendering behavior in WPF for ToolTips with brackets or parentheses
问题 I have a button with a tool tip defined as follows: <Button Width="25" ToolTip="Delete selected name (Ctrl + F12).">-</Button> When I hover over the button at run time the tooltip displays as (.Delete selected name (Ctrl + F12 I have also tried defining the tooltip as <Button Width="25"> <Button.ToolTip>Delete selected name (Ctrl + F12).</Button.ToolTip> - </Button> I have also tried using brackets instead of parentheses. In all cases text after the final closing ) or ] is being cut off and