The problem of memory leakage when closing the window
The essence of my program is to create a window for all screens through the tray. In this case, the main program flow ends when the tray is closed. The bottom line is that when creating and closing a window, you need to clear the memory before the next one. As I did not try to find and understand, but I have a leak. RAM consumption increases each time.
The problem of memory leakage when closing the window
The essence of my program is to create a window for all screens through the tray. In this case, the main program flow ends when the tray is closed. The bottom line is that when creating and closing a window, you need to clear the memory before the next one. As I did not try to find and understand, but I have a leak. RAM consumption increases each time.
The problem of memory leakage when closing the window
The essence of my program is to create a window for all screens through the tray. In this case, the main program flow ends when the tray is closed. The bottom line is that when creating and closing a window, you need to clear the memory before the next one. As I did not try to find and understand, but I have a leak. RAM consumption increases each time.
The Items property of the Menu component cannot set in avaloniaUI
Background:
I try to use Menu component of avaloniaUI in axaml.
Problem:
The Items property of Menu cannot be set in axaml.I don’t know why this happened.
The axaml code is following:
CalendarDatePicker not showing Avalonia
Avalonia 11.0.10