Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use rich content for ScreenTip #716

Closed
znakeeye opened this issue Apr 26, 2019 · 1 comment
Closed

Unable to use rich content for ScreenTip #716

znakeeye opened this issue Apr 26, 2019 · 1 comment
Assignees
Milestone

Comments

@znakeeye
Copy link

ScreenTip does not support rich content, like e.g. ToolTip does.

<fluent:Button.ToolTip>
  <fluent:ScreenTip Title="Title">
    <fluent:ScreenTip.Text>
      <!-- This does NOT work! -->
      <Run Text="Hello"> <Run Text="World!" FontWeight="Bold" />
      <!-- Or some other UI thing. E.g. a user control or image... -->
    </fluent:ScreenTip.Text>
  </fluent:ScreenTip>
</fluent:Button.ToolTip>

Thus, you cannot produce nice screen tips like in Excel:

Rich tooltip


Environment

  • Fluent.Ribbon v6.x
  • Windows 10
  • .NET Framework 4.x
@batzen batzen self-assigned this Apr 26, 2019
@batzen batzen added this to the Next milestone Sep 17, 2019
@batzen
Copy link
Member

batzen commented Apr 26, 2020

I totally forgot to mention that you can, at least, use an image on the left side by setting Image on a ScreenTip.

@batzen batzen removed their assignment Oct 3, 2020
@batzen batzen removed this from the Future milestone Oct 3, 2020
@batzen batzen added this to the 11.0 milestone Mar 3, 2024
@batzen batzen self-assigned this Mar 3, 2024
@batzen batzen removed the help wanted label Mar 3, 2024
batzen added a commit that referenced this issue Mar 7, 2024
@batzen batzen closed this as completed Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants