Tooltip look transperant

Dani_S 3,886 Reputation points
2024-12-16T09:45:56.1466667+00:00

Hi,

I'm using NET 8 and tooltip in some computer look transparent.

How is can be solved ?

<Label Text="{Binding Name}" VerticalTextAlignment="Center"

ToolTipProperties.Text="{Binding}" />

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,761 questions
{count} votes

Accepted answer
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 46,206 Reputation points Microsoft Vendor
    2024-12-17T03:16:51.6933333+00:00

    Hello,

    I'm using NET 8 and tooltip in some computer look transparent.

    This is not a problem caused by Maui, but a feature of Windows. Since the Tooltips component on the Windows platform calls the TooltipsService provided by Windows, Tooltips are subject to the limitations of Windows themes.

    If the theme you are using has a translucent effect, Tooltips will be displayed in a translucent form.

    Since the choice of theme is customized by the user in the personalization settings, you cannot change the style of tooltips.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.