Enum WindowOrContentResizeMode
Sets what's should be done when window content is too big
enum WindowOrContentResizeMode : int { ... }
Enum members
| Name | Description |
|---|---|
resizeWindow
|
resize window when window is too small |
scrollWindow
|
add scrollbars to window |
shrinkWidgets
|
widgets are shrink to fit in window |