Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9b3b59b
[ADD] SystemBackdropElement Control Sample Page (#2079)
rashmi-thakurr Dec 1, 2025
6705680
Merge branch 'main' into 2.0
niels9001 Feb 8, 2026
afae366
Change order and update to the latest
niels9001 Feb 8, 2026
3cc9ac1
Adding WrapPanel sample
niels9001 Feb 8, 2026
f85c263
Remove custom WrapPanel
niels9001 Feb 8, 2026
3c3ec16
Fix closing tag
niels9001 Feb 8, 2026
984812c
Adding SplitMenuFlyoutItem sample
niels9001 Feb 8, 2026
4dfdfc6
Switch icons tags layout from `WrapLayout` to `FlowLayout` (#2115)
Zakariathr22 Feb 16, 2026
561d154
Merge branch 'main' into 2.0
niels9001 Feb 18, 2026
9931584
Merge branch 'main' into 2.0
niels9001 Feb 20, 2026
f58774f
Updated icon
niels9001 Feb 20, 2026
a638ba2
Merge branch 'main' into 2.0
niels9001 Feb 22, 2026
ee76c92
Merge branch 'main' into 2.0
niels9001 Feb 25, 2026
12f8c54
Merge branch 'main' into 2.0
niels9001 Mar 10, 2026
1f7d7a2
Merge branch 'main' into 2.0
niels9001 Mar 18, 2026
f21cc85
Merge branch 'main' into 2.0
niels9001 Mar 30, 2026
4258fd9
Bump packages
niels9001 Apr 9, 2026
97172c1
Merge branch 'niels9001/bump-packages' into 2.0
niels9001 Apr 9, 2026
6e48174
Add Custom XAML Conditionals (IXamlCondition) sample
niels9001 Apr 21, 2026
15fb51e
Bump WindowsAppSDK to 2.0.0-experimental7
niels9001 Apr 22, 2026
8737064
Custom XAML Conditionals sample: add C# snippets and live-vs-cached p…
niels9001 Apr 22, 2026
f7bca52
Custom XAML Conditionals: per-sample Options ComboBox to swap conditi…
niels9001 Apr 22, 2026
24f78b9
Custom XAML Conditionals: drop runtime ComboBoxes, fix button contrast
niels9001 Apr 22, 2026
e47b8f9
Rename sample to 'XAML Conditions', drop redundant impl snippet and U…
niels9001 Apr 22, 2026
b60dc45
Update CustomXamlConditionalsPage.xaml
niels9001 Apr 22, 2026
af3b102
Merge branch 'main' into 2.0
niels9001 Apr 22, 2026
ded613c
Merge branch 'main' into 2.0
niels9001 Apr 27, 2026
dc0bb62
Address feedback
niels9001 Apr 27, 2026
fe3e581
Fixes
niels9001 Apr 27, 2026
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
Binary file added WinUIGallery/Assets/ControlImages/WrapPanel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions WinUIGallery/ContentIncludes.props
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@
<Content Include="Samples\SampleCode\SystemBackdrops\SystemBackdropsSampleBackdropTypes_xaml.txt" />
<Content Include="Samples\SampleCode\SystemBackdrops\SystemBackdropsSampleMicaController.txt" />
<Content Include="Samples\SampleCode\SystemBackdrops\SystemBackdropsSampleDesktopAcrylicController.txt" />
<Content Include="Samples\SampleCode\SystemBackdropElement\SystemBackdropElementAcrylic_xaml.txt" />
<Content Include="Samples\SampleCode\SystemBackdropElement\SystemBackdropElementMica_xaml.txt" />
<Content Include="Samples\SampleCode\SystemBackdropElement\SystemBackdropElementMicaAlt_xaml.txt" />
<Content Include="Samples\SampleCode\TabView\TabViewBasicSample_cs.txt" />
<Content Include="Samples\SampleCode\TabView\TabViewKeyboardAcceleratorSample_cs.txt" />
<Content Include="Samples\SampleCode\TeachingTip\TeachingTipSample2_xaml.txt" />
Expand Down
12 changes: 0 additions & 12 deletions WinUIGallery/Controls/PageHeader.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,18 +260,6 @@
</TeachingTip>
</local:CopyButton.Resources>
</local:CopyButton>
<Button
x:Name="FeedbackBtn"
Height="32"
Margin="0,0,4,0"
AutomationProperties.Name="Send feedback"
Click="OnFeedBackButtonClick"
ToolTipService.ToolTip="Send feedback">
<Button.Content>
<FontIcon FontSize="16" Glyph="&#xED15;" />
</Button.Content>
</Button>
<AppBarSeparator />
<ToggleButton
x:Name="FavoriteButton"
Height="32"
Expand Down
4 changes: 0 additions & 4 deletions WinUIGallery/Controls/PageHeader.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ private void OnCopyLink()

ProtocolActivationClipboardHelper.Copy(this.Item);
}
public async void OnFeedBackButtonClick(object sender, RoutedEventArgs e)
{
await Windows.System.Launcher.LaunchUriAsync(new Uri("https://github.com/microsoft/WinUI-Gallery/issues/new/choose"));
}

private void UserControl_Loaded(object sender, RoutedEventArgs e)
{
Expand Down
Loading
Loading