-
**Describe the bug**
Half the time: Setting ComboBox Items does not update SelectedItem (and does not call SelectedItem setters)
Other half the time: Setting ComboBox Items updates SelectedItem to n…
-
**Environment:**
- Manjaro Linux x86_64, Kernel: 5.8.11-1-MANJARO
- netcore 3.1
- Stock AvalonStudio, commit 83364de2b415a66afab113aeda8805679b819fbb (HEAD -> develop, origin/develop, origin/HEAD) …
-
### Is your feature request related to a problem? Please describe.
In China, HarmonyOS is very important and even receives first level support from the government. It has huge market potential. Sho…
-
**Describe the bug**
I'm using the WinFormsAvaloniaControlHost in a .net 7 WinForm app. The Avalonia view I'm hosting has 3 textboxes. I'm unable to use tab to move between them. Pressing tab moves b…
-
Create a two sdl window wrapped by NativeControlHost splitted by a AvaloniaUI's GridSplitter control, Cursor is changed to resize when mouse hover on splitter, then move cursor back to NativeControlHo…
-
### Describe the bug
Ref #13873
It seems that the problem remains with LineSpacing, rather than LineHeight.
See screenshots.
![LineSpacing](https://github.com/user-attachments/assets/b139de2…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
No
**Describe the solution you'd …
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
```c#
public class OpenGlControl : OpenGlControlBase
{
public OpenGlControl()
{
PointerPressed += OpenGlControl_PointerPressed;
}
private void OpenGlControl_PointerP…
-
## Describe the bug
If a top level item gets selected and the flyout gets closed the selecteditem gets set to null, this doesn't happen with a subitem
## To Reproduce
1. Put a TreeView in a Fly…