Jim Jiang
Jim Jiang
https://user-images.githubusercontent.com/29189410/183244757-72401fd3-58dd-427a-b007-5cacef91e711.mp4 Currently AutoComplete does not use js debounce, each input needs to be filtered, and the input will block the UI at the same time. I really need js debounce...
 If we add '@attributes="@context.Attrs"' to MTextField. MTextField input becomes unsmooth. https://user-images.githubusercontent.com/29189410/183092685-94ba61b0-ac62-4600-a845-8b5c8d476fa2.mp4
### Description Is there any way to set the menu bar to the caption on windows? I try set the menu bar in 'ContentPage' and got the result:  And...
**Describe the bug** Bug shortcut:  **To Reproduce** Steps to reproduce the behavior: 1. Set 'ExtendClientArea' ``` public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); DataContext =...
**Describe the bug** When using AutoCompleteBox, it freeze when inputting anything with a large amount of data. **To Reproduce** https://github.com/AvaloniaUI/Avalonia/assets/29189410/72c358d8-ee17-4fbd-a76f-0b687e2e5906 **Expected behavior** No freeze **Screenshots** If applicable, add screenshots to...
Spline.ControlPoints is a Array, and only Support getter no setter. How can I add new point to Spline.ControlPoints? Can only re-instantiate an object? If you re-instantiate an object, what parameters...
I want to implement autolayout of multiple elements in dxf, does anyone know how to implement this algorithm? ?

