Sinatr
Sinatr
## Describe the bug The value of `PixelPointEvenArgs.Point` inside event handler is wrong. ## To Reproduce Steps to reproduce the behavior: 1. Create new Avalonia C# project. 2. In `MainWindow.axaml.cs`...
## Describe the bug No matter where I set window properties, such as `Width`, `Height`, `Position` and `WindowState`, the final values of displayed window properties is rather undeterministic. There is...
### Describe the bug If I run Avalonia desktop application first and **then** try to open axaml-file, then in opened Avalonia Xaml Editor tab I see the following message >...
The items are not sorted after setting column SortDirection, despite the column header shows arrow.
## Describe the bug I am setting column `SortDirection` in code, but the sorting is not happening. Sorting seems to only works if I click column header. ## To Reproduce...
## Bug When `Svg` is inside panel with `Effect`, then something weird happens with rendering once `Svg.IsVisible` set to `false`. Workaround: use `Image` with `Source` set to `SvgImage`. ## Demonstration...
### Describe the bug After creating a new "Avalonia C# Project" and hitting `F5` there is always an error: > A project with an Output Type of Class Library cannot...