WinUI-Gallery icon indicating copy to clipboard operation
WinUI-Gallery copied to clipboard

This app demonstrates the controls available in WinUI and the Fluent Design System.

Results 295 WinUI-Gallery issues
Sort by recently updated
recently updated
newest added

## Description This PR updates `WindowHelper.CreateWindow()` to return a plain `Window` instead of `MainWindow`, which was tightly coupled to several static members. ## Motivation and Context Fixes #2062. ## How...

## Description This PR will enable `Nullable` to help catch potential null reference issues at compile time, improve code clarity, and align the samples with modern .NET best practices. ##...

### Which version of the app? WinUI 3 Gallery ### Description When running the `ContentIsland` sample and clicking **Load model**, the app throws a `System.NotSupportedException `with the message **Built-in COM...

bug

### Issue type enhancement ### Which version of the app? WinUI 3 Gallery ### Description I am currently experiencing 2 issues with TabView tear out example: 1. Screen flickers to...

### Which version of the app? WinUI 3 Gallery ### Description Hi, I found that the text wrapping in the high contrast page (in Colors sample) is wrong - the...

bug

## Description This PR fixes the app title bar gap beneath the caption buttons. ## Motivation and Context Provides a cleaner, more professional look. ## How Has This Been Tested?...

The latest SegoeFluentIcons Version 1.44 has significantly more glyphs (1594). The currently generated IconsData.json does not include significant part of them. Would it be possible to regenerate IconsData.json or generate...

## Description This PR centralizes the app version management by introducing a `Version` property in the app project file. ## Motivation and Context Currently, we are manually updating these files...

This PR replaces the legacy ApplicationData-based settings system with a new SettingsHelper class. It adds support for both packaged and unpackaged app scenarios. Closes #1924. **Old Settings System:** `appData.LocalSettings.Values[SettingsKeys.IsLeftMode] =...

### Which version of the app? WinUI 3 Gallery ### Description Hello, There is a wrong text wrapping on the first TextBox in the high contrast color page: the text...

bug