-
**Is your feature request related to a problem? Please describe.**
Shortcoming have been discovered in the property system related to dependent properties and properties calculated from others. The…
-
### Is your feature request related to a problem? Please describe.
Currently Avalonia only supports absolute units for control sizes. EG
```xaml
```
This is fine for simple layouts, but is…
-
Could u maybe also release a Linux version? Would be appreciated
-
### Describe the bug
Korean characters are incomplete until I type a next character. Incomplete character should be completed when I change the focus to other component, but instead it is deleted.
#…
-
### Describe the bug
When a SplitView is set to CompactOverlay mode and the pane opened, controls either partially or fully obscured by the pane are still considered as candidates for XYFocus navigat…
-
Setting MenuItem Header to - makes it separator and does not display text.
repro:
```XAML
```
![1](https://user-images.githubusercontent.com/2297442/45594778-8b6ecb00-b9a0-11e8-89c4-c0e1c409…
-
**Describe the bug**
this bug occurs with TransformOperationTransition and :pointerover psudoclass, when the pointer left the control, the transition still executing. Occurs with 0.10.1 and 0.10.2, b…
-
**Describe the bug**
There has been 2 cases where I could measure significant performance degradation on Linux which seemingly involves font family lookup in Skia. Those 2 cases include this one whic…
-
### Is your feature request related to a problem? Please describe.
With Avalonia supporting browser and mobile platforms, there are very few ways to adapt a view for different screen sizes. Users c…
-
Using build 0.8.999-cibuild0003548-beta.
The creation of the view's XAML bindings now occurs before the WhenActivated call in the view model. In v0.8.1, WhenActivated was called before the XAML bin…