Skip to content

Commit

Permalink
Link to TitleBar Experimental Samples (#1559)
Browse files Browse the repository at this point in the history
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->
Add link to TitleBar Experimental samples:

## Screenshots (if appropriate):

![image](https://github.com/microsoft/WinUI-Gallery/assets/7976322/398b051e-9d15-421b-96df-c430338d681d)
  • Loading branch information
karkarl committed Jul 15, 2024
1 parent e69de26 commit d069050
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions WinUIGallery/ControlPages/TitleBarPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
</Page.Resources>

<StackPanel>
<InfoBar IsOpen="True" IsClosable="False" Margin="0,12">
<TextBlock>
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>!

Preview samples for TitleBar at <Hyperlink NavigateUri="https://github.com/microsoft/WinUI-Gallery/blob/feature/TitleBarExperimental/WinUIGallery/ControlPages/TitleBarPage.xaml">feature/TitleBarExperimental</Hyperlink>
</TextBlock>

</InfoBar>



<local:ControlExample HeaderText="Default titlebar (when no user defined titlebar is set)"
CSharpSource="Window\TitleBar\TitleBarSample2.txt">
<local:ControlExample.Example>
Expand Down

0 comments on commit d069050

Please sign in to comment.