Andrew KeepCoding
Andrew KeepCoding
## Fixes #685 The color palette GridView was applying a selection even when not visible, causing the bound `SelectedColor` to reset unexpectedly. This change replaces the binding with code-behind value...
## Fixes This PR adds missing emoji to align with other level 2 headers. ## PR Type What kind of change does this PR introduce? - Documentation content changes ##...
## 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. ##...
## 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?...
## 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...
### Which version of the app? WinUI 3 Gallery ### Description Parent window navigates back to Home when creating a child window. 1. Go to the **Multiple windows** sample page....
### Issue type enhancement ### Which version of the app? WinUI 3 Gallery ### Description This will help catch potential null reference issues at compile time, improve code clarity, and...
### Issue type enhancement ### Which version of the app? WinUI 3 Gallery ### Description Currently, we are manually updating these files to bump the app version, which is error-prone...
The current navigation menu includes a section labeled "Controls", but the items listed under it extend beyond traditional UI controls and include broader categories. (See #2039 for context.) **Current menu...