Skip to content

Commit d6c06d1

Browse files
authored
Merge pull request #640 from xakpc/main
fix: update title bar note to mention that it's in 1.7 version (and in preview on the current date)
2 parents ca1348c + da06eda commit d6c06d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/TitleBar/samples/TitleBar.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ icon: assets/icon.png
1414
---
1515

1616
> [!NOTE]
17-
> WindowsAppSDK 1.6-experimental introduced a TitleBar control based on the work here in the Toolkit. If you're using WindowsAppSDK and plan to use 1.6 when it becomes available, find more information about the new control here: https://learn.microsoft.com/windows/apps/windows-app-sdk/experimental-channel#new-titlebar-control
17+
> If you're using the Windows App SDK with WinUI, you can leverage the TitleBar control that [shipped in the 1.7 prerelease](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/preview-channel#new-titlebar-control) over this one.
18+
>
1819
1920
The `TitleBar` provides an easy way to display a modern titlebar experience. The control handles all the required APIs to extend content into the titlebar area and set custom drag regions. The control is set up in a way that it handles the correct design guidelines while being flexible in what content to show.
2021

0 commit comments

Comments
 (0)