This is either a feature request or a ‘how to?’
When I show a form (mainly as a dialog) I want to be able to bind the width of the form to a maximum. I can do this by setting the resize property to false but this will also bind the height…
I also want the form to have a minimum/maximum width and a minimum/maximum height. Some of the forms I have have different heights depending on their content and I want the user to be able to ‘stretch’ the dialog but only to another height, not another width…
Is this possible or is it possible to make this available?