I am using this feature: https://www.actiprosoftware.com/docs/controls/wpf/ribbon/layout-features/screen-tips
My xaml looks like this:
xmlns:ribbon="http://schemas.actiprosoftware.com/winfx/xaml/ribbon"
..
<Button ribbon:ScreenTipService.ScreenTipHelpUri="custom_link_007" ribbon:ScreenTipService.ScreenTipDescription="..."/>
..
Issue: when we hover on the button we see the screentip-pop with 'The Press F1 for more help', this gets cut off if the sentence is longer, lets say when we use different ui locale. Is there any way we can make the width dynamic!? Thanks..
Sample: https://ibb.co/jgnSm4v
[Modified 2 years ago]