Skip to content

Commit 32feb94

Browse files
authored
Update TitleBarPage.xaml (#1905)
TitleBar is no longer experimental.
1 parent ba8bdc3 commit 32feb94

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

WinUIGallery/Samples/ControlPages/TitleBarPage.xaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,6 @@
2525
</Page.Resources>
2626

2727
<StackPanel>
28-
<InfoBar
29-
Margin="0,12"
30-
IsClosable="False"
31-
IsOpen="True">
32-
<TextBlock>
33-
TitleBar control is now available in <Hyperlink NavigateUri="https://learn.microsoft.com/windows/apps/windows-app-sdk/experimental-channel#required-c-project-changes-for-16-experimental1">Experimental</Hyperlink>
34-
!
35-
Preview samples for TitleBar at <Hyperlink NavigateUri="https://github.com/microsoft/WinUI-Gallery/blob/feature/TitleBarExperimental/WinUIGallery/ControlPages/TitleBarPage.xaml">feature/TitleBarExperimental</Hyperlink>
36-
</TextBlock>
37-
38-
</InfoBar>
39-
40-
41-
4228
<controls:ControlExample CSharpSource="Window\TitleBar\TitleBarSample2.txt" HeaderText="Default titlebar (when no user defined titlebar is set)">
4329
<controls:ControlExample.Example>
4430
<StackPanel Orientation="Vertical" Spacing="10">

0 commit comments

Comments
 (0)