From 4d0bd1610194e3826893ea90a1a4401acc2db6d6 Mon Sep 17 00:00:00 2001 From: Davide_24 <69866130+Davide244@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:27:14 +0200 Subject: [PATCH 1/2] Add reference to new title bar control on the title bar customization page. --- hub/apps/develop/title-bar.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hub/apps/develop/title-bar.md b/hub/apps/develop/title-bar.md index 56d754208e..7ce7c6d0f3 100644 --- a/hub/apps/develop/title-bar.md +++ b/hub/apps/develop/title-bar.md @@ -21,6 +21,9 @@ See the [Title bar](../design/basics/titlebar-design.md) design article for guid > [!IMPORTANT] > This article shows how to customize the title bar for apps that use the Windows App SDK, either with or without WinUI 3. For apps that use UWP and WinUI 2, see [Title bar customization](/windows/uwp/ui-input/title-bar) for UWP. +> [!IMPORTANT] +> The Windows App SDK has introduced a new [title bar](https://learn.microsoft.com/en-us/windows/apps/design/controls/title-bar) control in version 1.7. It simplifies the process of title bar customization. + > [!div class="checklist"] > > - **Applies to**: Windows App SDK, WinUI 3 desktop apps @@ -888,3 +891,4 @@ public sealed partial class MainWindow : Window - [Acrylic](../design/style/acrylic.md) - [Mica](../design/style/mica.md) - [Color](../design/style/color.md) + From 48606588f1dd493f3b4e9b6c9387497a6a0a4f92 Mon Sep 17 00:00:00 2001 From: Davide_24 <69866130+Davide244@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:39:53 +0200 Subject: [PATCH 2/2] Redo the wording and change to relative links --- hub/apps/develop/title-bar.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hub/apps/develop/title-bar.md b/hub/apps/develop/title-bar.md index 7ce7c6d0f3..b6c3dfdd0c 100644 --- a/hub/apps/develop/title-bar.md +++ b/hub/apps/develop/title-bar.md @@ -22,7 +22,7 @@ See the [Title bar](../design/basics/titlebar-design.md) design article for guid > This article shows how to customize the title bar for apps that use the Windows App SDK, either with or without WinUI 3. For apps that use UWP and WinUI 2, see [Title bar customization](/windows/uwp/ui-input/title-bar) for UWP. > [!IMPORTANT] -> The Windows App SDK has introduced a new [title bar](https://learn.microsoft.com/en-us/windows/apps/design/controls/title-bar) control in version 1.7. It simplifies the process of title bar customization. +> A new [Title bar](../design/controls/title-bar.md) control has been added in Windows App SDK 1.7. It simplifies the process of title bar customization. > [!div class="checklist"] > @@ -888,7 +888,9 @@ public sealed partial class MainWindow : Window ## Related articles - [Title bar customization (UWP)](/windows/uwp/ui-input/title-bar) +- [Title Bar (Control)](../design/controls/title-bar.md) - [Acrylic](../design/style/acrylic.md) - [Mica](../design/style/mica.md) - [Color](../design/style/color.md) +