-
Is it possible to add support to Avalonia UI ?
Thank you
-
**Describe the bug**
I have a Datagrid and inside this Datagrid there is one Combobox. When I switch the tab the Combobox SelectedItem is empty automatically without any action.
**To Reproduce**
…
-
### Discussed in https://github.com/AvaloniaUI/Avalonia/discussions/11891
Originally posted by **sn4k3** June 25, 2023
I'm trying to extend the NumericUpDown control to add Left content to it …
-
Avalonia 0.9.3
Binding the Items property of a ComboBox in a DataTempate using $parent to bind to the parent DataContext ignores the SelectedItem.
Repo:
XAML
```
…
-
I have a minimal test case, where I can't make `DataTriggerBehavior` make to work with `DataGridRow` style.
I have simple view models:
```csharp
public sealed class MyViewModelList
{
…
-
**Describe the bug**
If UseLayoutRounding is set to False a Border with thickness 0.5 will not have it's render completely removed when the border is moved.
**To Reproduce**
Make this window in C…
-
I'm not sure what is wrong, but when testing --drm on my dotnet 5 app I lose all input. I am not sure why it is not picking up input devices. I am new to Avalonia, and I have a working desktop app. I …
-
Hey there,
I'm missing a sample for developing a REAL WORLD App with all the bells and whistles you would like to have in a "professional" App (I'm trying to adopt Avalonia for a company app). The …
-
## Describe the bug
If I call ShowDialog, keyboard focus remains on the owner window.
## To Reproduce
Steps to reproduce the behavior:
1. Create a new standard Avalonia project targeting Deskt…
-
# Windows Form
https://www.markheath.net/post/running-windows-forms-on-linux-with-mono#:~:text=%20Running%20Windows%20Forms%20on%20Linux%20with%20Mono,Obviously%20writing%20applications%20by%20hand…