Skip to content

ResizeMode

Enum | orca.UIKit

Defines how the window can be resized by the user or system.

Constants

Name Description
CanResize The user can freely resize the window and maximize it.
CanMinimize The user can minimize the window, but resizing and maximizing are disabled.
CanResizeWithGrip The user can resize and maximize the window. A resize grip is displayed in the lower-right corner if the platform supports it.
NoResize The window size is fixed. The user cannot resize or maximize the window.