Open ClearSeve opened 1 year ago
It feels like this is the drawing area created using createwindow
My own display is incomplete
Xaml islands for WinUI 3 aren't supported yet, you can use WinUI 2 XAML islands to do what you want and have a separate child HWND for xaml content.
Through get_WindowHandle method gets the window handle and creates the window
You can see that the window has successfully created and displayed a picture, but this button is below the window just created. Is there any way to put the button before the window just created. It can be changed as long as it can be realized reference material: https://learn.microsoft.com/en-us/answers/questions/1115740/can-we-use-both-winui3-controls-and-win32-controls