You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ScreenTip does not support rich content, like e.g. ToolTip does.
<fluent:Button.ToolTip>
<fluent:ScreenTipTitle="Title">
<fluent:ScreenTip.Text>
<!-- This does NOT work! -->
<RunText="Hello"> <RunText="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:
Environment
Fluent.Ribbon v6.x
Windows 10
.NET Framework 4.x
The text was updated successfully, but these errors were encountered:
ScreenTip
does not support rich content, like e.g.ToolTip
does.Thus, you cannot produce nice screen tips like in Excel:
Environment
The text was updated successfully, but these errors were encountered: