You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present in the frame of the WinUI 3, we can through ExtendsContentIntoTitlebar properties to customize the title bar, however after a custom title bar, right click on the window, the window menu or Win32 style. So in this project, we provide a WinUI-style window menu implementation.
2.显示窗口菜单时,不仅需要处理鼠标或触摸屏/笔发出的操作,还需要处理键盘 Alt + Space 的按键操作
Other instructions
1. You need to set up ExtendsContentIntoTitlebar = true to enable properly WinUI style window menu
2. When displaying the window menu, you need to process not only the operation of the mouse or touch screen/pen, but also the operation of the Alt + Space key on the keyboard