How to set Icon and color for Winui3 Titlebar application?

Sachi 221 Reputation points
2022-04-25T14:00:23.58+00:00

Hi
i am creating a winui3 application i want these
1.how to add icon to top right corner of title bar window
2.how to remove window title
3.how to change title bar color

Windows development | Windows App SDK
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 90,686 Reputation points
    2022-04-25T14:22:51.347+00:00

    With ExtendsContentIntoTitleBar + SetTitleBar (on Windows 10, with a Manifest for >=Windows 8 compatibility)
    See : Title bar customization

    A test (on Windows 10 21H1):

    196080-customtitlebar-win10.gif

    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.