Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行 air 应用程序并单击 windows 调整大小按钮(在 mac 上为 +)时,新大小是如何确定的?可以以某种方式控制吗?
谢谢
您可以尝试监听resizing事件或displayStateChange事件,然后设置自己的大小。
resizing
displayStateChange
您还可以使用 NativeWindow 的 maximizible 属性(创建窗口后无法更改,但是,您可以在初始时定义它)。