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? ...
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? ...
Today, we’ll look at enhancing IHostedService integration with built-in DI in WinUI apps. ...
Today, we’ll look at the process of creating custom controls using a slider as an example. ...
Today we’ll look at organizing the MusicApp interface. ...
Today, I’ll explain the project structure I use when building WinUI apps. ...
Today, we’ll figure out how to use MediaPlayer to play music in a WinUI app. ...
Let’s bring some variety to the system tray menu – create a WinUI-style popup! ...
Today, we’ll explore how to add a native context menu to a tray icon. ...
Learn how to use NotifyIcon in WinUI 3 apps without third-party libraries. ...
Let’s consider how to keep your screen awake in WinUI apps using simple C# code. ...