size of a window min/max

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?

OK, maybe it’s even a bug :?

When I have the form size set I can’t make the dialog any bigger than that exact same size. This is really ok… At least when there is no tabpanel on that form…

When I have a tabpanel on that form it doesn’t matter if I set the anchors or not, the dialog resizes to whatever width/height wanted by the user… I would want/expect that the dialog resizes based on the anchors set for the tabpanel in this case…

We will lookinto this.