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 プロパティで遊ぶこともできます (ウィンドウの作成後に変更することはできませんが、最初に定義することはできます)。