Windows resizing ?

Hi, I hope this is the right category to post in???

I’m wondering in a Desktop app, how do you insure that the window(s) resize along with the users shrinking and expanding the windows with the mouse, etc? I hope that makes sense? I"ve not looked yet, but I’m assuming you can set in code or the inspector some way to insure a window doesn’t shrink or expand but a certain amount?
Thanks
Tim

each window has a Minimum and Maximu size constraint you can set. If you set both to the same set of values, the window cannot be resized (you can also set a not resizeable toggle as well)