Skip to content

Commit 267fb6e

Browse files
Minor tweaks to the TitleBar documentation to point to the WindowsAppSDK release notes and mark as experimental
1 parent 8d49097 commit 267fb6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/TitleBar/samples/TitleBar.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ dev_langs:
77
- csharp
88
category: Controls
99
subcategory: Layout
10+
experimental: true
1011
discussion-id: 0
1112
issue-id: 0
1213
icon: assets/icon.png
1314
---
1415

16+
> [!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
18+
1519
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.
1620

1721
> [!Sample TitleBarConfigSample]

0 commit comments

Comments
 (0)