Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion components/TitleBar/samples/TitleBar.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ icon: assets/icon.png
---

> [!NOTE]
> 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
> 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
>
> (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)

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.

Expand Down