Windows App SDK 2.0 release notes - Windows apps

Provides information about what's new in Windows App SDK 2.0.

Windows Community Toolkit [Pre-release] v8.3.260211-preview1 | by Michael Hawker

https://github.com/CommunityToolkit/Windows/discussions/829

#windowsdev #winui #wct #communitytoolkit #dotnet #cpp #xaml #appdev

[Pre-release] v8.3.260211-preview1 Β· CommunityToolkit Windows Β· Discussion #829

What's Changed Vertical Orientated Components 🚦 Orientation option for Segmented by @Avid29 in #747 [RangeSelector] Add support for vertical orientation by @Illustar0 in #756 Bug Fixes 🐞 Fix Segmen...

GitHub
πŸ¦™πŸ“’ #WindowsDev a preview of the #WindowsCommunityToolkit has dropped with some new vertical modes for the Segmented and RangeSelector controls. Check the rest of the changes here: https://github.com/CommunityToolkit/Windows/discussions/829 #WinUI #dotnet
[Pre-release] v8.3.260211-preview1 Β· CommunityToolkit Windows Β· Discussion #829

What's Changed Vertical Orientated Components 🚦 Orientation option for Segmented by @Avid29 in #747 [RangeSelector] Add support for vertical orientation by @Illustar0 in #756 Bug Fixes 🐞 Fix Segmen...

GitHub
Mixing Rendering Technologies on Windows | DirectX

Windows has many methods of rendering images to the screens. Those include GDI, Direct3D, Direct2D, DirectWrite, XAML, Windows Forms, Win2D, and WinUI. Windows 10 brought support for mixing some of…

j2i.net

WinDev Helper - A WinUI Extension for VS Code

https://marketplace.visualstudio.com/items?itemName=alvinashcraft.windev-helper

Still working out the kinks - Submit issues and feature requests here: https://github.com/alvinashcraft/windev-helper/issues

#windowsdev #winui #windowsappsdk #vscode #dotnet

WinDev Helper - Visual Studio Marketplace

Extension for Visual Studio Code - Build beautiful, performant WinUI apps with VS Code. Debug, build, package, and deploy Windows apps powered by the Windows App SDK.

XAML Studio is now Open Sourced - #ifdef Windows

XAML Studio is now open sourced! It's a WinUI developer tool for rapid prototyping with XAML before integrating in a Visual Studio project.

#ifdef Windows

Funny thing. While searching for a solution to the Windows Theme change issue, I found my own post as the first result. Of course, the information is outdated. Well, time to update it!

https://albertakhmetov.com/posts/2025/switching-between-dark-and-light-themes-in-a-winui-app/

#WinUI

Switching Between Dark and Light Themes in a WinUI App

In this note, we will look at how to switch between light and dark themes in a WinUI app.

Albert Akhmetov
#Skia seems to be a valid option for drawing in #WinUI 3 applications.
My attempts to use data binding with MenuFlyout https://albertakhmetov.com/posts/2026/menu-flyout-and-data-binding/ #winui
MenuFlyout and Data Binding

When a menu needs to be created based on changing data, the first thought is data binding. But then you remember: MenuFlyout does not support it. What should we do?

Albert Akhmetov