Reusable control using AvaloniaUI and CommunityToolkit. Mvvm I'm currently playing around with Avalonia and want to build reusable controls that can be used at multiple places all over my final application To keep it simple, I want a UserControl named FileP
Newest avalonia Questions - Stack Overflow 0answers 40views Image flashes when maximizing Avalonia window I created a simple Avalonia app from a Visual Studio template and added a static image as the window content The app works fine, but when I maximize the window, there is a brief flash where two c# avaloniaui avalonia
How to change a slider thumb in Avalonia Simple theme from C#? I would like to change the style of my Avalonia Simple theme slider thumb If I use the Fluent theme, and add a Style, I can make it wider Here's how it looks in Fluent theme before adding the sty
Any example of using NativeControlHost with web assembly? This demonstrates adding an HTML element to a "browser" Avalonia app, and using JS interop to interact with it Note: AvaloniaUI's ControlCatalogStandalone repository seems to be out of date at present and doesn't include this example Instead, look for ControlCatalog in the main Avalonia repository 'samples' folder