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
c# - AvaloniaUI How to inherit from TextBox - Stack Overflow So I am trying to create a custom TextBox control with support for SecureString (basically I want to override OnTextInput()) using the Avalonia UI framework The obvious approach for me is to directly inherit from TextBox