Max & Min Height of Dialog

I have forms where controls show depending on what is ticked in checkboxes. With no Height set on the Dialog, the Dialog increases in size vertically as the number of controls increase vertically. This is good, however, the Dialog goes to full height of the window and then shows the scroll bar.

Is there some way of setting the Max Height so that once it gets to a certain height, it doesn't grow any further and the scrollbar appears. That way I can leave some gap at the top and bottom of the dialog instead of it filling the full height.

Similarly set a Min Height so that the form starts with a certain height.

Might be possible in css but a setting for Dialog Options would be very handy if it's possible to do

This is already possible:


UPDATE: Such option will be exposed in latest update of Radzen before the end of the week:

Perfect. Thanks @ enchev