Width not correct – based on DataGrid
I am still trying to convert a WPF project to Avalonia and have issues with the window size. I already learned that there is no Auto so that I have to use NaN. Still the window size does not fit my datagrid:
Displaying an observable collection on a templated control
I have an Avalonia Templated control that has a Styled Property of “Value” that is a string. It’s purpose is to accept a series of tags that are separated by spaces. I would like to split that string and show the individual tags in an item control (or item repeater).
AvaloniaUI: command guards not hit
I cannot make command guards hit in AvaloniaUI projects.