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
Copy file name to clipboardExpand all lines: components/TitleBar/samples/TitleBar.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ icon: assets/icon.png
14
14
---
15
15
16
16
> [!NOTE]
17
-
> WindowsAppSDK 1.6-experimental introduced a TitleBar control based on the work here in the Toolkit. The new TitleBar control released in 1.6-experimental1 is not yet available in non-experimental builds of 1.6 to allow more time to evaluate and respond to community feedback.
17
+
> If you're using the Windows App SDK with WinUI, you can leverage the TitleBar control that shipped in the 1.7 release over this one
18
18
>
19
-
> If you're using WindowsAppSDK and plan to use 1.7 when it becomes available, follow the release updates here: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/preview-channel#new-titlebar-control
19
+
> (On Feb 2025 its in 1.7 Preview 1 version: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/preview-channel#new-titlebar-control)
20
20
21
21
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.
0 commit comments