Input to focused TextBox in Avalonia MVVM app
I am writing and application for a touchscreen, using .NET 8, Avalonia UI and Community toolkit MVVM.
Input to focused TextBox in Avalonia MVVM app
I am writing and application for a touchscreen, using .NET 8, Avalonia UI and Community toolkit MVVM.
Input to focused TextBox in Avalonia MVVM app
I am writing and application for a touchscreen, using .NET 8, Avalonia UI and Community toolkit MVVM.
In an Avalonia MVVM app, cannot get ComboBox selection changed binding to work
I am implementing a simple tile set editor for retro games using Avalonia, CommunityToolkit MVVM and .NET 8. I am working on the “New Tileset” dialog, and I have a ComboBox for selecting the type of tile set (Fixed Size or Variable Size). The ComboBox is bound to an Enum defined as follows: